Vojtech Miksu
Vojtech Miksu
I published 2.3.5, hopefully that one should be fine
Yea, I had hard times with Storybook and updating/persisting the URL (I guess the iframe also doesn't help). So the URL copy feature is currently useless there. Might be fixable,...
It fixed the repro above (simpler setup) but still fails in https://github.com/uber/baseweb/pull/new/vite-beta When running `yarn ladle build`: ```sh 'render' is not exported by node_modules/.vite/deps_build-99968c8c/react-dom.js, imported by node_modules/@ladle/react/lib/app/src/index.tsx file: /Users/vojtech/Projects/baseweb/node_modules/@ladle/react/lib/app/src/index.tsx:4:0 2:...
The build works fine with ```js legacy: { buildRollupPluginCommonjs: true } ```
> For me the issue is gone after using @vitejs/plugin-react 2.0.0-beta.1 ```sh "@vitejs/plugin-react": "2.0.0-beta.1", "vite": "3.0.0-beta.7" ``` I still observe the issue.
Yea, (afaik) it happens when we look for the default browser setting using: https://github.com/sindresorhus/default-browser Without this, we can't have both of these on Mac: - automatically try to re-use a...
I'll probably just remove the default browser functionality. You can set the browser through the ENV variable.
Not currently possible. We could store the `export default { title }` and `.storyName` separately in our internal representation so they get preserved 1:1 instead of going through no/denormalization (we...
Looks good to me. We actually use snowpack for https://baseweb.netlify.app/ and dark theme works fine. Can you create a repro?
For some reason, can't see any changes in CodeSandbox. Can you try to add a baseui/button to your example? Wonder, if it is just component related.