@hexdspace/react 0.0.21 → 0.0.23
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -925,7 +925,7 @@ function RequireAuth({
|
|
|
925
925
|
return /* @__PURE__ */ jsx6(Fragment, { children: loadingPlaceholder ?? null });
|
|
926
926
|
}
|
|
927
927
|
if (auth.status === "error") {
|
|
928
|
-
return /* @__PURE__ */ jsx6(Fragment, { children: errorPlaceholder ??
|
|
928
|
+
return /* @__PURE__ */ jsx6(Fragment, { children: errorPlaceholder ?? null });
|
|
929
929
|
}
|
|
930
930
|
if (auth.status === "unauthenticated") {
|
|
931
931
|
if (unauthenticatedRedirectTo) {
|