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