Skip to content

Commit

Permalink
Add emotion/react dependency (#211)
Browse files Browse the repository at this point in the history
When building a plugin from this template, I found it had a missing dependency on `emotion/react` as soon as I hit a line creating a React component. Seems worth adding to the `package.json`. I picked a version of similar age to `emotion/core` and all seemed well.
  • Loading branch information
grubbins authored Oct 18, 2024
1 parent 7c98e89 commit 1edd3f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@babel/runtime": "7.16.7",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/core": "10.3.1",
"@emotion/react": "11.9.0",
"@mattermost/types": "6.7.0-0",
"@testing-library/jest-dom": "5.16.1",
"@types/babel__core": "7.1.18",
Expand Down

0 comments on commit 1edd3f0

Please sign in to comment.