You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-shopify-app-bridge/src/context.ts
+16-3
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,28 @@ export type GadgetAuthContextValue = {
19
19
isAuthenticated: boolean;
20
20
/** Is the app being rendered outside of a Shopify admin flow, this only applies if type is set to AppType.Embedded. e.g. navigating to this page through a link */
21
21
isRootFrameRequest: boolean;
22
+
/** The provider must run some initialization code to determine its embedded state and this flag will be true once those are complete. */
0 commit comments