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
Maputnik currently uses codemirror 5, but codemirror 6 is avaiable, but they have changed the API dramatically.
Some of it is explained here: https://codemirror.net/docs/migration/
But there are a lot of things that needs to be defined and updated and I'm not familiar enough with the original definitions and requirements in order to "safely" update this package.
If anyone is familiar with codemirror enough to easily update the package it may be helpful.
The text was updated successfully, but these errors were encountered:
This PR aims at updating some packages.
I'll keep this in draft until I'll be more happy with the results.
Current setup seems to work, I'll let the CI run and see how bad this
is.
Packages that needs to be updated/replaces:
- [x] ~autocompete - The only warning left in the console is related to
the autocomplete, which probably needs to be updated since it's a
package that wasn't updated in the last 6 years.~ #611
- [x] ~Codemirror is also something that will need an update, but it
looks too complicated at this point in time, so let's see how this
goes.~ #891
- [ ] react-color
- [x] ~react-aria-menubutton~ #846
- [ ] Others?
Most of the changes here are related to types, which is good.
Maputnik currently uses codemirror 5, but codemirror 6 is avaiable, but they have changed the API dramatically.
Some of it is explained here:
https://codemirror.net/docs/migration/
But there are a lot of things that needs to be defined and updated and I'm not familiar enough with the original definitions and requirements in order to "safely" update this package.
If anyone is familiar with codemirror enough to easily update the package it may be helpful.
The text was updated successfully, but these errors were encountered: