-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Typings issue when custom version of history package is in dependencies #11928
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
@ajkl2533 yea we are getting the same issue too... |
are there any workaround for this yet? |
same issue |
This is actually a bug of the |
Jiminy cricket!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.2.0-alpha.18 containing PR #13703 that references this issue. Upgrade today to the
Closing this issue. Please re-open if you think there's still more to do. |
Good golly!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.1.15 containing PR #13703 that references this issue. Upgrade today to the
|
@shilman I still get the same issue when trying to use |
Describe the bug
When a custom version of
history
package is present inpackage.json
dependencies and intsconfig.json
is configured to not skip library checks (skipLibCheck: false
), then type check script (tsc --noEmit
) is failing with:To Reproduce
Steps to reproduce the behavior:
yarn install
yarn run types
Expected behavior
Type check should end without error
System:
System:
OS: macOS 10.15.6
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Binaries:
Node: 12.13.1 - ~/.nvm/versions/node/v12.13.1/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.7 - ~/.nvm/versions/node/v12.13.1/bin/npm
Browsers:
Chrome: 84.0.4147.125
Safari: 13.1.2
npmPackages:
@storybook/addon-actions: ^6.0.3 => 6.0.4
@storybook/addon-essentials: ^6.0.3 => 6.0.4
@storybook/addon-links: ^6.0.3 => 6.0.4
@storybook/node-logger: ^6.0.3 => 6.0.4
@storybook/preset-create-react-app: ^3.1.4 => 3.1.4
@storybook/react: ^6.0.3 => 6.0.4
The text was updated successfully, but these errors were encountered: