-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix: Stories rendering issues #7222
Conversation
Is this ready for a review? |
Yeah, Stories only work on the Web. So only a screenshot of the Web is attached. |
Yeah yeah, I see you did not run |
@parasharrajat Just to confirm, I keep seeing these console errors locally When I seacherd for these previously, these avraibles are not defined in our codebase so I assume this must be a problem inside Storybook. What do you think? |
Let me run the |
@parasharrajat nono I am using the same. That is odd. Whenever I switch between the components, I get those 3 errors. |
An interesting fact is I can't find these strings in our codebase. 😃 |
Yeah, I said that before too which makes me think it must be from Storybook. Well, let's try this on staging then 😄 Thank you for working on this! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@parasharrajat PR is failing. Still we see console errors. Able to reproduce this bug #7187 |
These are cors and security errors. It does not break the Storybook in any way. You can see that headers are rendered correctly on the Canvas. |
Yes, that is true. These errors are cors related and not sure if there is anything simple we can do about this. These errors are not reproducible in the local dev environment. @kavimuru I think we will have to accept these particular errors will be around for Storybook for a while. Would you be able to reflect it in your QA steps, please? They always refer Can you also label this as passing the QA? It has resolved the other issues and Rajat can't do much about this particular type of errors. |
🚀 Deployed to production by @roryabraham in version: 1.1.30-3 🚀
|
Details
Fixed Issues
$ #7187
Tests | QA Steps
and verify that you can see the storybook docs with the themes matching the screenshots below.
Tested On
Screenshots
Web
508579.png)
Mobile Web
Desktop
iOS
Android