storybook-preset-craco icon indicating copy to clipboard operation
storybook-preset-craco copied to clipboard

NPM version out of date

Open amccarthy1 opened this issue 1 year ago • 1 comments

Description

Currently, I have a project that relies on the latest commit in github to work, since the latest npm version (0.0.6) is not compatible with the rest of our dependencies.

The latest version in github does work, but I'd like pull this from NPM directly.

Expected behavior

The latest NPM version should work with modern versions of create-react-app

Actual behavior

The latest NPM version does not work with modern versions of create-react-app

Possible fixes

Release the current latest version as 0.0.7 :)

Context

We recently had a build breakage due to a checksum mismatch, which resulted from pinning this package via github instead of NPM. This is the only package we install from github.

Your environment

  • React 18 / react-scripts 5.0.0

amccarthy1 avatar Jul 21 '22 18:07 amccarthy1