Closed maccuaa closed 4 years ago
v1.2.0 introduced a dependency on tslib in the generated NPM package. When trying to us react-quilljs the following error is thrown:
DependencyNotFoundError Could not find dependency: 'tslib' relative to '/node_modules/react-quilljs/lib/index.js'
See Code Sandbox that reproduces the issue.
You can also see it in this NPM Package diff from v1.1.3...1.2.5
@maccuaa
Really Thank you for the issue!
I have removed tslib v1.2.6.
v1.2.6 fixes the code sandbox repo. Thanks for the quick fix!
v1.2.0 introduced a dependency on tslib in the generated NPM package. When trying to us react-quilljs the following error is thrown:
See Code Sandbox that reproduces the issue.
You can also see it in this NPM Package diff from v1.1.3...1.2.5