atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

Fix issue with jsdom no longer adding window.name #161

Open timse opened 2 years ago

timse commented 2 years ago

jsdom no longer sets window.name - while this script doesnt entirely rely on that the whole detection can still be simplified

theKashey commented 2 years ago

Wondering if https://github.com/iliakan/detect-node can be used for the same purpose. And it doesn't - then this sort of configuration should be left up to the particular user.