storybook
storybook copied to clipboard
click the Demo button then Blocked a frame with origin "http://localhost:9009" from accessing a cross-origin frame.
Describe the bug install: npx -p @storybook/cli sb init run: start-storybook -p 9009 -s public click the button then Blocked a frame with origin "http://localhost:9009" from accessing a cross-origin frame. i didn't do anything more only in chrome
System
chrome version : 92.0.4515.107
Do you a have a reproduction repo you can share? If not, can you create one? See how to create a repro. We prioritize issues with reproductions over those without. Thank you! 🙏
@shilman https://github.com/acecoder1997/stroy-book-reproduction.git
Seems like we are experiencing the same when we have a button with argTypes: {onClick: {action: "clicked"}}
. Version 6.3.7.
This issue seems to be related: #15262