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
Issue: Release v0.87.0 does not include Radar's onClick property
Nivo.rocks seems to be ahead of the release. I stumbled into it with the onClick property of the Radar component https://nivo.rocks/radar/
The actual Release v0.87.0 does not include the property, but master branch includes #2601 already.
Would it be possible to have another release as a quickfix? In the future it would be awesome to @next releases or similar.
As a workaround I tried to directly install it via npm install 'https://gitpkg.vercel.app/plouc/nivo/packages/radar?master but ended in an error npm error Unsupported URL Type "workspace:": workspace:* even if I don't have a workspace defined in package.json or using any packages with a workspace prefix.
The text was updated successfully, but these errors were encountered:
Issue: Release v0.87.0 does not include Radar's onClick property
Nivo.rocks seems to be ahead of the release. I stumbled into it with the onClick property of the Radar component
https://nivo.rocks/radar/
The actual Release v0.87.0 does not include the property, but master branch includes #2601 already.
Would it be possible to have another release as a quickfix? In the future it would be awesome to @next releases or similar.
As a workaround I tried to directly install it via
npm install 'https://gitpkg.vercel.app/plouc/nivo/packages/radar?master
but ended in an errornpm error Unsupported URL Type "workspace:": workspace:*
even if I don't have a workspace defined in package.json or using any packages with a workspace prefix.The text was updated successfully, but these errors were encountered: