Skip to content
New issue

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

Storybookにて: Uncaught Error: Singleton client API not yet initialized, cannot call addArgTypesEnhancer. #15

Closed
reizt opened this issue Feb 19, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@reizt
Copy link
Owner

reizt commented Feb 19, 2023

どんなバグなのか

  • Storybookが起動はするがずっとローディングしており、ChromeのConsoleを見るとエラーが発生している

再現性は?

ある
yarn storybookを実行してlocalhost:6006を見る

スクリーンショット

ずっとローディングしている画面
screenshot 2023-02-19 at 10 33 56

コンソールのStorybook起動画面
screenshot 2023-02-19 at 10 33 17

ChromeのConsoleで発生しているエラー
Uncaught Error: Singleton client API not yet initialized, cannot call `addArgTypesEnhancer`.
screenshot 2023-02-19 at 10 34 35

@reizt reizt added the bug Something isn't working label Feb 19, 2023
@reizt
Copy link
Owner Author

reizt commented Feb 19, 2023

@cut0 @Toya-Onodera
Storybookでエラーに遭遇したのですが、解決できそうにないのでIssueを立てました。

参考
storybookjs/storybook#17504

@reizt reizt self-assigned this Feb 19, 2023
@reizt
Copy link
Owner Author

reizt commented Feb 19, 2023

Storybookでpath aliasが解決できなかったのでtsconfig-paths-webpack-pluginを入れた。
しかし起動後エラーが出るようになったので.storybook/main.jswebpackFinalresolve.aliasに手動でpathの解決を書くようにしたらエラーが消えた。
tsconfig-paths-webpack-pluginのせいで発生していたエラーだとわかった。

@reizt reizt closed this as completed Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant