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
Adds phoenix storybook dependency along with example pages for dropdowns and basic inputs. In order to make it work I had to upgrade some deps:
phoenix_ecto to 4.5
phoenix_html to 4.1
phoenix_live_view to 1.0
There were some breaking changes which I'll take notes on in self-review
There are a couple known issues with storybook installation:
The storybook area (./storybook) uses its own JS bundle which is using pre-1.0 version of liveview. This causes a console warning but no real-world issues as far as I can tell. A new version of storybook should be released this week with support for Liveview 1.0
For some reason, when you navigate to a page with Alpine.JS component (Input -> Dropdown) it causes some error from AlpineJS. When you load the page with AlpineJS directly it works fine. I wasn't able to find a fix.
The text was updated successfully, but these errors were encountered:
Changes
Adds phoenix storybook dependency along with example pages for dropdowns and basic inputs. In order to make it work I had to upgrade some deps:
There were some breaking changes which I'll take notes on in self-review
There are a couple known issues with storybook installation:
./storybook
) uses its own JS bundle which is using pre-1.0 version of liveview. This causes a console warning but no real-world issues as far as I can tell. A new version of storybook should be released this week with support for Liveview 1.0The text was updated successfully, but these errors were encountered: