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 1
1
{
2
2
"name" : " @pydantic/fastui-bootstrap" ,
3
3
"version" : " 0.0.22" ,
4
- "description" : " Boostrap renderer for FastUI" ,
4
+ "description" : " Bootstrap renderer for FastUI" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"author" : " Samuel Colvin" ,
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function useFireEvent(): { fireEvent: (event?: AnyEvent) => void } {
64
64
}
65
65
}
66
66
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
68
68
// eslint-disable-next-line react-hooks/exhaustive-deps
69
69
const fireEvent = useCallback ( fireEventImpl , [ location ] )
70
70
You can’t perform that action at this time.
0 commit comments