Skip to content

Commit

Permalink
re-adds react-dom (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpme authored Mar 9, 2023
1 parent 6a545d1 commit bd67f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app-extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ const options = {
// // NOTE(peter): for whatever reason react is being installed in multiple places and breaking tamagui
// // this was the best i could do to ensure it pulls the correct version until i figure out why. this is what's supposed to happen anyway
// // if you find yourself here, run `ls node_modules/react` and if the folder exists, this stays, if it doesn't, you can safely remove
// react: path.resolve("../../node_modules/react"),
// "react-dom": path.resolve("../../node_modules/react-dom"),
react: path.resolve("../../node_modules/react"),
"react-dom": path.resolve("../../node_modules/react-dom"),
"react-native$": "react-native-web",
},
// Add support for web-based extensions so we can share code between mobile/extension
Expand Down

1 comment on commit bd67f2a

@vercel
Copy link

@vercel vercel bot commented on bd67f2a Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.