-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update to React 16.9 and Hooks #140
base: master
Are you sure you want to change the base?
Conversation
You mean 16.9? not 12.9 |
OMG yes! Thanks! |
I'd like to merge my work with pull-request #135 , but I'm going to hold off until it is accepted into the main repo. |
If I'm not running it wrongly, this is breaking if you go to
And the form is not editable. |
Thanks! I'll take a look. |
In the Editor.js the second useEffect needs an empty array as the second argument.
|
Also in the Editor.js |
In the Settings.js we have similar missing |
I went through all the components and updated them to React 16.9 using hooks. No more classes. Reduced code somewhat.