storybook-mobile
storybook-mobile copied to clipboard
Check only the canvas elements?
Hi, first of all this is a very nice addon to add to storybook :slightly_smiling_face:
I have made a first tes and and I getting the scan of all the elements on the page (including controls "Set string" & markdown pages) I'm wondering is there a way it runs only inside the canvas?
Note: I'm using v1.0.0
It seems to be emitting about hidden elements in the canvas that Storybook automatically adds.
I think it can be solved by ignoring the .sb-wrapper
or ignoring the hidden elements. (it must change the library code)