We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: Singleton client API not yet initialized, cannot call addParameters.
git clone https://github.com/<your-username>/semi-design.git
cd semi-design
git checkout -b <TOPIC_BRANCH_NAME>
yarn global add lerna
npm run bootstrap
npm start
Steps to reproduce 复现步骤
System: OS: Windows 10 10.0.19044 Binaries: Node: 16.15.0 Yarn: 1.22.18 npm: 8.5.5 lerna: 4.0.0 Browsers: Chrome: 101.0.4951.67 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
get,稍后按照你的步骤我试一下
Sorry, something went wrong.
复现不了,构建过程正常,访问 localhost:6006也正常。基本上把所有依赖都切到跟你一样的version了
我只能怀疑是mac和windows下有些不太一样了。
另外找到一个同类的反馈 storybookjs/storybook#10887 我查看了下yarn.lock,我们项目里确实会存在 两个版本的 @storybook/client-api,但因为我本地无法复现,所以我现在无法确定统一版本是否能解决你这边无法运行的问题,你方便的话,麻烦帮我们试验一下❤️
@storybook/client-api
"resolutions": { "@storybook/client-api": "6.5.0-beta.1" },
rm -rf node_modules
If using Git Bash in Windows the path needs to be strictly case-sensitive.
Git Bash
Windows
@pointhalo thanks for your screenshot that brought the case warning to my attention.
No branches or pull requests
Which Component 出现bug的组件
semi-ui version
Expected result 期望的结果是什么
Actual result 实际的结果是什么
Uncaught Error: Singleton client API not yet initialized, cannot call addParameters.
Steps to reproduce 复现步骤
git clone https://github.com/<your-username>/semi-design.git
cd semi-design
git checkout -b <TOPIC_BRANCH_NAME>
yarn global add lerna
npm run bootstrap
npm start
Reproducible code 复现代码
Steps to reproduce 复现步骤
aboveAdditional information 补充说明
The text was updated successfully, but these errors were encountered: