You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /storybook endpoint seems to work fine but clicking on any of the components in "Core components" results in (this was clicking on "Button" but it's the same for all of them):
Let me know if I can provide more information for a repro. Maybe I just missed something in the setup instructions? Could totally be on my end, but I tried twice with the same result.
The text was updated successfully, but these errors were encountered:
@treshenry i can reproduce this with the latest version of phoenix_live_view, which is currently 0.18.17 – it looks like pinning the phoenix_live_view dependency to 0.18.16 will resolve it for now, e.g. in mix.exs:
Just set up a brand new Phoenix 1.7.1 project and went through the readme steps and post-gen instructions to setup phoenix_storybook.
Here's the storybook entry from mix.lock
The /storybook endpoint seems to work fine but clicking on any of the components in "Core components" results in (this was clicking on "Button" but it's the same for all of them):
Let me know if I can provide more information for a repro. Maybe I just missed something in the setup instructions? Could totally be on my end, but I tried twice with the same result.
The text was updated successfully, but these errors were encountered: