Pete
Pete
Have not had too much time to dig into this, but I did briefly sync with some of the @storybookjs folks. Summarizing below: --- ### TODO - [ ] look...
> @virtuoushub I think I've seen this before too, but we still merge PRs on the regular so I'm wondering if this is just a flaky test? Also, the auth...
> #4880 has been merged now. Hopefully we won't see this issue anymore. But we can never be sure, right? great news, have not done deep root cause analysis on...
[looks like](https://github.com/redwoodjs/redwood/actions/runs/3048764795/jobs/4914179841#step:8:108) it is still happening?
not sure if this is the root cause - but we might want to turn on https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-access-state-in-setstate.md https://github.com/redwoodjs/redwood/blob/5056c66daa770341311890a61425381619bc6781/packages/auth/src/AuthProvider.tsx#L268
🔥 🔥 🔥 - one suggestion for "Basic Design Flow" might be to make it a checklist instead of numbered list? The ordering (sequence/numbers) naturally comes from reading the checklist...
sounds like this is similar to what you want: https://github.com/redwoodjs/redwood/issues/4361#issuecomment-1078558246 If I had to guess I'd update: [`web/config/storybook.preview.js`](https://redwoodjs.com/docs/storybook#configuring-rendering-with-storybookpreviewjs) to something like: ``` // web/config/storybook.preview.js ... import 'windi.css' ... ```
It looks like it is? https://github.com/aws-samples/simple-websockets-chat-app See: - https://github.com/aws-samples/simple-websockets-chat-app#aws-cli-commands - https://github.com/aws-samples/simple-websockets-chat-app/blob/master/template.yaml#L20-L25
@redtopia ah, I think you are correct. I have successfully packaged and deployed; but running locally I have not tested. Thanks for clarifying.
🌊 @toxsick - I have used the information you provided (thank you so much!) and implemented this over at https://github.com/redwoodjs/example-storybook/pull/115 One thing to note is that it seems to be...