-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figma panel overrides all panels #6
Comments
I'm also seeing this problem. |
Seeing this as well. I will probably uninstall until this is resolved. |
I'm was also experiencing this - and it was really annoying. simple solution for now was to make sure it was the last entry in addons.js:
|
This is still happening and the solution from darrencrossley didn't work for me, so I created a manager-head.html file in my storybook folder and added the following:
It just sets the background color of the tab pages to white so they don't 'leak through'. |
Same happening with me, and order fix didn't work for me |
I fixed it on my fork (not planning to submit PR since the package is not being maintained) I also needed vue support, so I forked from #4 and fixed this issue from there. If you need it you can install it from my fork (https://github.com/vojvodics/storybook-addon-figma/releases/tag/0.1.1) |
@hharnisc is it possible that we could get an official update to fix this issue where the figma tab is always showing on every other addon tab? We would love to just be able to install from the official source. |
I can't combine this with other decorators... Am I doing something wrong?
But the Notes, Knobs and Viewports panels all just show the same figma file:
The text was updated successfully, but these errors were encountered: