-
Notifications
You must be signed in to change notification settings - Fork 20
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
Typescript errors in 0.1.36 #312
Comments
I suspect that the |
`> @mathigon/[email protected] start
✔ Built icons.svg in 36ms 79 deep ? deepExtend(studio, project, (a, b) => b) : Object.assign(studio as any, project); ~~~~~~
diagnosticCodes: [ 2345 ] |
@mougedashu I think this has been fixed in this commmit but studio package has not been published to npm yet. For now, you can try replacing @plegner If you could publish latest version of the studio package, that would be great. BTW, the |
@nileshtrivedi,I have successfully solved the problem according to the method you provided. Thank you! |
Also this:
I see this error when running
npm start
for the latest commit in the textbooks repo which changed studio dependency from 0.1.35 to 0.1.36.The text was updated successfully, but these errors were encountered: