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
require(…, …)
clone-deep
Opening an issue for reference, in case someone else is having the same problem.
Describe the bug
Getting an error when building an application with Webpack.
Cannot statically analyse 'require(…, …)' in line 11
Screenshots
Additional context
The merge-deep package uses an old clone-deep dependency which causes the above error. Updating clone-deep to its latest version v4 fixes the isse.
merge-deep
v4
More info here: 4f13cb8#r69821886
The text was updated successfully, but these errors were encountered:
Thanks. Will try to use https://github.com/voodoocreation/ts-deepmerge.
It's a bit of a dance with dependencies as the prior library had a non-defined dependency TehShrike/deepmerge#245.
Sorry, something went wrong.
The releases in this PR could fix the issue. Let me know if it does and if so feel free to close the issue :-).
I think this was fixed. Please re-open if I am wrong :)
No branches or pull requests
Describe the bug
Getting an error when building an application with Webpack.
Screenshots
Additional context
The
merge-deep
package uses an oldclone-deep
dependency which causes the above error. Updatingclone-deep
to its latest versionv4
fixes the isse.More info here: 4f13cb8#r69821886
The text was updated successfully, but these errors were encountered: