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
The tutorial does not explain how the colour button in Customise View supposed to change the background colour.
Using colour picker has no effect. Probably because a hook for it is missing in App.js?
It seems to be necessary to add the following line under const App:
More than that, you will need to persist the setting for your own App and load them at the start of the App execution, otherwise each invocation of the app will start with undefined settings.
The tutorial does not explain how the colour button in Customise View supposed to change the background colour.
Using colour picker has no effect. Probably because a hook for it is missing in App.js?
It seems to be necessary to add the following line under const App:
And then a handler under useEffect()
and finally assign a style to the div:
The text was updated successfully, but these errors were encountered: