Skip to content
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

update readme for storybook issue #1628

Merged
merged 24 commits into from
Aug 1, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions solidstart-tanstackquery-tailwind-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ SolidStart is a meta framework for SolidJS that is built on top of the React API
- [ESLint](https://eslint.org/) - Code linting
- [Prettier](https://prettier.io/) - Code formatting

#### Note*
We encountered an issue using Storybook in this showcase involving routes `Route layout not define`.
hdJerry marked this conversation as resolved.
Show resolved Hide resolved
SolidStart Link needs to be aware of the routes that are generated by the compiler, but Storybook does not include the vite plugins to do this.
You can follow the Discord discussion [here](https://discord.com/channels/722131463138705510/1072093687892426843)


## Installation

This README is written with npm in mind but you can use other manager runners (yarn, pnpm, etc.)
Expand Down