Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Plugin: Fix react types errors #238

Merged
merged 2 commits into from
May 15, 2023
Merged

Conversation

jackw
Copy link
Collaborator

@jackw jackw commented May 10, 2023

What this PR does / why we need it:
Yarn 1's hoisting appears to cause @types/react version collisions resulting in failed app builds post scaffold due to react-router-dom bringing a different version with it. Removing them from the package.json seems to fix things.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @grafana/create-plugin@1.3.1-canary.238.2a7fa4d.0
# or 
yarn add @grafana/create-plugin@1.3.1-canary.238.2a7fa4d.0

@jackw jackw added create-plugin related to the create-plugin tool patch Increment the patch version when merged chore Other changes that don't modify src or test files labels May 10, 2023
@jackw jackw self-assigned this May 10, 2023
@jackw jackw added the release Create a release when this pr is merged label May 11, 2023
@jackw jackw merged commit a588033 into main May 15, 2023
@jackw jackw deleted the jackw/fix-react-types-collision branch May 15, 2023 12:08
@grafanabot
Copy link
Contributor

🚀 PR was released in @grafana/create-plugin@1.3.1 🚀

@grafanabot grafanabot added the released This issue/pull request has been released. label May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Other changes that don't modify src or test files create-plugin related to the create-plugin tool patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants