@insforge/react 0.6.4 → 0.6.6

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
@@ -630,9 +630,10 @@ function useInsforge() {
630
630
  const context = react.useContext(react$1.InsforgeContext);
631
631
  if (!context) {
632
632
  return {
633
- user: null,
633
+ user: void 0,
634
+ userId: void 0,
634
635
  isLoaded: false,
635
- isSignedIn: false,
636
+ isSignedIn: void 0,
636
637
  setUser: () => {
637
638
  },
638
639
  signIn: () => Promise.resolve({ error: "SSR mode" }),