@insforge/react 0.5.11 → 0.6.0

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/forms.cjs CHANGED
@@ -626,6 +626,7 @@ function AuthVerificationCodeInput({
626
626
  )) });
627
627
  }
628
628
  var InsforgeContext = react.createContext(void 0);
629
+ InsforgeContext.displayName = "InsforgeContext";
629
630
  function useInsforge() {
630
631
  const context = react.useContext(InsforgeContext);
631
632
  if (!context) {