Shopify / shopify-app-bridge

https://shopify.dev/docs/api/app-bridge
82 stars 9 forks source link

React 19 Support #385

Open nick-potts opened 1 week ago

nick-potts commented 1 week ago

With the React 19 being in RC, it'd be great if the React component of App Bridge supported it.

Currently I get this error: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')

image

I believe this is because the current version is built against react 18.2. If the ESM build was done against 18.3, it would work for all.