@insforge/react 1.0.2-dev.6 → 1.0.2-dev.7

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
@@ -2210,6 +2210,7 @@ function InsforgeProviderCore({
2210
2210
  const unsubscribe = manager.subscribe((newState) => {
2211
2211
  setState(newState);
2212
2212
  });
2213
+ void manager.initialize();
2213
2214
  return () => {
2214
2215
  unsubscribe();
2215
2216
  };