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
Accidentally hit the backslash in the Filter input on my storybook instance. The entire left panel errored out with the following syntax error:
Invalid regular expression: /\/: \ at end of pattern
SyntaxError: Invalid regular expression: /\/: \ at end of pattern
at RegExp (native)
at eval (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:30896)
at Array.filter (native)
at Object.n [as storyFilter] (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:30848)
at t.composer (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:29763)
at Array.i (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:1:24197)
at Object.c [as dispatch] (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:27:26968)
at setStoryFilter (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:11958)
at onChange (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:20845)
at t.n (eval at 181 (http://localhost:9001/static/manager.bundle.js:595:2), <anonymous>:28:23937)
This can only be fixed with a refresh.
The text was updated successfully, but these errors were encountered:
Accidentally hit the backslash in the
Filter
input on my storybook instance. The entire left panel errored out with the following syntax error:This can only be fixed with a refresh.
The text was updated successfully, but these errors were encountered: