@insforge/react 1.0.2-dev.2 → 1.0.2-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -514,6 +514,7 @@ var InsforgeManager = class _InsforgeManager {
514
514
  }
515
515
  this.isInitializing = true;
516
516
  try {
517
+ await this.sdk.initialize();
517
518
  const sessionResult = this.sdk.auth.getCurrentSession();
518
519
  const hasToken = !!sessionResult.data?.session?.accessToken;
519
520
  if (hasToken) {