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
First, cool project, this has inspired us to add a travis hook to check the bundlesize of our projects and error if it exceeds a certain size: nfl/react-gpt#47
Background
First, cool project, this has inspired us to add a travis hook to check the bundlesize of our projects and error if it exceeds a certain size: nfl/react-gpt#47
I was trying to see the distribution KB size footprint for react-gpt, and am seeing the "Missing peer dependencies error" here https://bundlephobia.com/result?p=react-gpt@0.2.5
I updated the peerDependencies in the project, bumped the version to 0.3.0, but still get the same error here https://bundlephobia.com/result?p=react-gpt@0.3.0
Is this a cache issue or have I not resolving the error correctly in the react-gpt project?
The text was updated successfully, but these errors were encountered: