We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8d68 commit d102bb2Copy full SHA for d102bb2
reflex/.templates/web/utils/helpers/paste.js
@@ -40,7 +40,7 @@ export default function usePasteHandler(target_ids, event_actions, on_paste) {
40
41
useEffect(() => {
42
onPasteRef.current = on_paste;
43
- }, [on_paste])
+ }, [on_paste]);
44
45
eventActionsRef.current = event_actions;
46
}, [event_actions]);
0 commit comments