cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.27k stars 454 forks source link

refactor(react-16): migrate to new react version #604

Closed dubisdev closed 1 year ago

dubisdev commented 1 year ago

We are migrating to react 16 (the goal is to migrate to the last React version).

DONE

BROKEN (Already fixed)

Known issues:

Related PRs

We need to update related packages as cerebro-ui

Breaking changes

dubisdev commented 1 year ago

Hi @oguhpereira

As this is going to be a big PR, it would be nice if you could start reviewing now.

ogustavo-pereira commented 1 year ago

Everything working normally on linux

image

dubisdev commented 1 year ago

I fixed the error with Selecting settings. Seems like they changed the API and I didn't saw the change for value prop https://react-select.com/upgrade-to-v2#simple-value

dubisdev commented 1 year ago

The error with react-virtualized is also fixed. I'll update some of the docs to make examples work with these breaking changes.