NoriginMedia / react-spatial-navigation

DEPRECATED. HOC-based Spatial Navigation. NEW Hooks version is available here: https://github.com/NoriginMedia/norigin-spatial-navigation
MIT License
226 stars 64 forks source link

fix: Make VisualDebugger no-op for non-DOM environments #53

Closed shirakaba closed 4 years ago

shirakaba commented 4 years ago

Closes #30 (which regards SSR environments) and also protects React Native non-Web environments.

In future, an implementation of VisualDebugger compatible with React Native non-Web environments would of course be nice.

benkingcode commented 4 years ago

What's the status of this PR, can it be merged?

asgvard commented 4 years ago

Sorry for a long silence, finally got some time to review this. Thanks 🚀