Daniel Williams
Daniel Williams
Closes # ## What I did Removed fixed versions of addon-controls and addon-actions since they are now direct dependencies of the ondevice addons. Also the template is now typescript so...
### Describe the bug preview-api has window.addEventListener which crashes react native when rendering a story. https://github.com/storybookjs/storybook/blob/next/code/lib/preview-api/src/modules/preview-web/render/StoryRender.ts#L233 ``` window.addEventListener('error', onError); window.addEventListener('unhandledrejection', onError); ``` ### To Reproduce Run https://github.com/storybookjs/react-native/pull/538 example app ###...
Issue: #541 ## What I did Added a check control type ## How to test run the example app and go to the check story - Does this need a...
feat/v8
- updated to be compatible with v8 - new ui - ui components extracted to ui package - better hmr (story list updates live without reloads) breaking: - new requirements...
Issue: ## What I did ## How to test Please explain how to test your changes and consider the following questions - Does this need a new example in examples/expo-example?...
## Description Aims to add an option for initialising a project with eas ## Related Issue ## Motivation and Context Simpler eas setup ## How Has This Been Tested? ##...
📦 Published PR as canary version: 0.0.24--canary.87.9abd28c.0 :sparkles: Test out this PR locally via: ```bash npm install @storybook/[email protected] # or yarn add @storybook/[email protected] ```
**Describe the bug** I keep running into this but its not clear to me what this means, it would be good to have documentation or examples of wrong/correct usage >...