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
Hey,
I'm testing out the project: https://github.com/changx03/react-native-mobx-ts-boilerplate and after upgrading to the latest mobx (3.6.1) I'm running into the following typescript compiler error when I run 'tsc' on the project:
node_modules/mobx/lib/utils/utils.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
I isolated the issue to 3.6.x (3.5.1 does not throw this error).
The text was updated successfully, but these errors were encountered:
3baf30c
Duplicate identifier
Fixed in 3.6.2
Sorry, something went wrong.
No branches or pull requests
Hey,
I'm testing out the project: https://github.com/changx03/react-native-mobx-ts-boilerplate and after upgrading to the latest mobx (3.6.1) I'm running into the following typescript compiler error when I run 'tsc' on the project:
node_modules/mobx/lib/utils/utils.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
I isolated the issue to 3.6.x (3.5.1 does not throw this error).
The text was updated successfully, but these errors were encountered: