-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
Description
Plan to fix: #9528
In order to upgrade from codemirror 5 to 6 it requires some work due to breaking changes. A plan to achieve this upgrade could be:
-
Change react-codemirror2 to react-codemirror instead. This removes the dependency of codemirror5 from this package.
-
Upgrade the codemirror package from version 5 to version 6. This causes failures in the angular code and haml pages. These will need to be addressed when handling this upgrade.