File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @pydantic/fastui-bootstrap" ,
33 "version" : " 0.0.22" ,
4- "description" : " Boostrap renderer for FastUI" ,
4+ "description" : " Bootstrap renderer for FastUI" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "author" : " Samuel Colvin" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function useFireEvent(): { fireEvent: (event?: AnyEvent) => void } {
6464 }
6565 }
6666
67- // fireEventImpl is recursive, but it doens 't make sense for fireEvent to have fireEventImpl as a dep
67+ // fireEventImpl is recursive, but it doesn 't make sense for fireEvent to have fireEventImpl as a dep
6868 // eslint-disable-next-line react-hooks/exhaustive-deps
6969 const fireEvent = useCallback ( fireEventImpl , [ location ] )
7070
You can’t perform that action at this time.
0 commit comments