storybook icon indicating copy to clipboard operation
storybook copied to clipboard

click the Demo button then Blocked a frame with origin "http://localhost:9009" from accessing a cross-origin frame.

Open xxxace opened this issue 3 years ago • 3 comments

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 image

xxxace avatar Jul 29 '21 03:07 xxxace

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 avatar Jul 29 '21 03:07 shilman

@shilman https://github.com/acecoder1997/stroy-book-reproduction.git

xxxace avatar Jul 29 '21 03:07 xxxace

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

Miyagee avatar Aug 17 '21 13:08 Miyagee