“react”: “^18.2.0”,
“@shopify/app-bridge-react”: “3.3.2”,
“@shopify/app-bridge-utils”: “3.3.2”,
******DOMAIN’
Embedded app =my-app.com
import { useNavigate } from ‘@shopify/app-bridge-react’;
const navigate = useNavigate();
navigate(‘https://my-app.com’) not working
navigate(‘https://other-app.com’) working