ccpu/storybook-addon-playwright

Unable to run on Safari due to normalize-url bug

Opened this issue · 1 comments

Current version of normalize-url (6.1.0) has a regex bug that affects Safari users.

This is resolved in normalize-url@7.01, but the major version bump is due to converting the library from cjs to esm. I attempted using esm on this fork, but wasn't able to get the app running; I did however get the tests to pass.

ccpu commented

I also tried updating normalize-url, however it seemed as if it would be too much hassles and I don't have the time. So, for now, I am sticking with version 6.1.0. Sorry!