react-vt icon indicating copy to clipboard operation
react-vt copied to clipboard

Data-driven visual testing library for React developers

Results 3 react-vt issues
Sort by recently updated
recently updated
newest added

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