@gadgetinc/react-shopify-app-bridge handles the main App Bridge initialization We are not using the v4 script tag approach - instead using React providers
I’m seeing odd sizing issues with "@shopify/app-bridge-react".
If I open a small modal first, then a large modal, the large one initially renders small and only resizes after content loads.
If I open a large modal first, then a small modal, the small one stays large.
Expected: Each modal should respect its variant (small or large) independently, without inheriting the last size.