You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary workaround is to install lz-string but it would be a better experience if this was declared as a peer dependency so consumers were informed that this was required.
The text was updated successfully, but these errors were encountered:
@ross-moug , the actual plan is to get rid of this dependency to be required. Because this code should not be a part of production code. This module was needed only for dev testing purposes. The clients shouldn't be affected. It is a bug to solve.
Describe the bug
When you install
@solarwinds/nova-bits
you receive no warning / error thatlz-string
is required.This dependency is required in the
CodeSandboxService
which is packaged into the built artefact.This dependency must be marked as a peer dependency so consumers are informed that this was required by the
nova-bits
package.To Reproduce
Steps to reproduce the behavior:
npm i @solarwinds/nova-bits
npm run start
Expected behaviour
The application can be served without error.
Actual Behaviour
The following error is received when serving the application:
Environment (please complete the following information):
Additional context
Temporary workaround is to install
lz-string
but it would be a better experience if this was declared as a peer dependency so consumers were informed that this was required.The text was updated successfully, but these errors were encountered: