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
Functions that start with on..., e.g. onWindowResize, onMount always should be higher order functions that allow a callback as an argument. They can be called in the code with callbacks but can't be passed as arguments to another functions.
The text was updated successfully, but these errors were encountered:
Functions that start with
on...
, e.g.onWindowResize
,onMount
always should be higher order functions that allow a callback as an argument. They can be called in the code with callbacks but can't be passed as arguments to another functions.The text was updated successfully, but these errors were encountered: