react-vt
react-vt copied to clipboard
Data-driven visual testing library for React developers
currently when I run it with 16, I get the two typeErrors: ``` dom-parse.js:7 Uncaught (in promise) TypeError: Cannot read property 'router' of undefined at parser (dom-parse.js:7) at Promise (inject.js:69)...
I'm interested in possibilities for integration with Storybook, mainly because the latter helps to easily isolate just one component or tree of components from the larger app / routing /...
Any plan on adding React Router compatibility any time soon? Thanks