You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Note: Misusing the `EventFn`*constructor* is UNSAFE and should be avoided -- use the helper functions specific to your platform (such as `React.Basic.DOM.Events`)_
Copy file name to clipboardExpand all lines: src/React/Basic/Events.purs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ foreign import data SyntheticEvent :: Type
34
34
-- | \value -> setState \_ -> { value }
35
35
-- | }
36
36
-- | ```
37
+
-- |
38
+
-- | _Note: Misusing the `EventFn` *constructor* is UNSAFE and should be avoided -- use the helper functions specific to your platform (such as `React.Basic.DOM.Events`)_
0 commit comments