Hello, I’m using the new Remix app template and I can’t manage to make the fullscreen mode to work.
In the new docs about App Bridge there is no reference to Fullscreen. The only reference is in a “previous versions” sections and it seems legacy and I can’t make it work with remix.
I have the exact same problem. I tried wrapping the app in the legacy App Bridge but with no luck. If someone from the dev team could help out that would be great!
This did not work for me. Are you sure you’re using the new Remix template?
I get the following error: “Error: No AppBridge context provided. Your component must be wrapped in the component from App Bridge
React.”
The component I’m trying to render is already a child of the AppProvider component. It seems that for some reason the app context is not being passed down to the useAppBridge effect call.