Skip to content

Commit

Permalink
docs(examples): Add note for third-party cookies blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed May 7, 2021
1 parent 3bf4551 commit cb14774
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/examples/stories/docs/figma/README.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ You can find more detailed instructions [here](/?path=/docs/docs-figma-examples-
| `embedHost` | `string` | A value of `location.hostname` | Embeds host identifier. ([More info][figma-embed-doc]) |

[figma-embed-doc]: https://www.figma.com/developers/embed

## Troubleshooting

### Can't pass Figma's authentication page

Figma may not be able to authenticate you if your browser blocks third-party cookies.
In that case, add your Storybook host to the exceptions ([#96](https://github.com/pocka/storybook-addon-designs/issues/96#issuecomment-812481819)).

0 comments on commit cb14774

Please sign in to comment.