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
In the current Strudel, if you try to duplicate the "current" pattern from a default state where no pattern is selected, then it creates a duplicate pattern where the code field is missing. This immediately crashes the app because the pattern tab tries to access the code in order to search for metadata and passing undefined into a regex is a Javascript error.
Reproduction Steps
Do this in a private browsing window or some other context with separate local storage!
In the current Strudel, if you try to duplicate the "current" pattern from a default state where no pattern is selected, then it creates a duplicate pattern where the
code
field is missing. This immediately crashes the app because the pattern tab tries to access the code in order to search for metadata and passingundefined
into a regex is a Javascript error.Reproduction Steps
Do this in a private browsing window or some other context with separate local storage!
If this happens and you need to recover:
localStorage.clear()
which will delete all of your saved patterns and settingsThe text was updated successfully, but these errors were encountered: