reflex 0.5.9a1__py3-none-any.whl → 0.5.9.dev1__py3-none-any.whl
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.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/.templates/web/utils/client_side_routing.js +1 -6
- {reflex-0.5.9a1.dist-info → reflex-0.5.9.dev1.dist-info}/METADATA +1 -1
- {reflex-0.5.9a1.dist-info → reflex-0.5.9.dev1.dist-info}/RECORD +6 -6
- {reflex-0.5.9a1.dist-info → reflex-0.5.9.dev1.dist-info}/LICENSE +0 -0
- {reflex-0.5.9a1.dist-info → reflex-0.5.9.dev1.dist-info}/WHEEL +0 -0
- {reflex-0.5.9a1.dist-info → reflex-0.5.9.dev1.dist-info}/entry_points.txt +0 -0
|
@@ -23,12 +23,7 @@ export const useClientSideRouting = () => {
|
|
|
23
23
|
router.replace({
|
|
24
24
|
pathname: window.location.pathname,
|
|
25
25
|
query: window.location.search.slice(1),
|
|
26
|
-
})
|
|
27
|
-
// Check if the current route is /404
|
|
28
|
-
if (router.pathname === '/404') {
|
|
29
|
-
setRouteNotFound(true); // Mark as an actual 404
|
|
30
|
-
}
|
|
31
|
-
})
|
|
26
|
+
})
|
|
32
27
|
.catch((e) => {
|
|
33
28
|
setRouteNotFound(true) // navigation failed, so this is a real 404
|
|
34
29
|
})
|
|
@@ -56,7 +56,7 @@ reflex/.templates/web/jsconfig.json,sha256=Y9sEhjJcpk-ZDj-sxHYCvF9UZF4fyBL4oUlph
|
|
|
56
56
|
reflex/.templates/web/next.config.js,sha256=ZpGOqo9wHEbt0S08G70VfUNUjFe79UXo7Cde8X8V10E,118
|
|
57
57
|
reflex/.templates/web/postcss.config.js,sha256=oEjUS1dzudKcmoPCD_B1ss2m1K14VDM0S6GAyrs1Ric,108
|
|
58
58
|
reflex/.templates/web/styles/tailwind.css,sha256=wGOoICTy1G0e5bWZ4LYOVgRa3ZT7M44tC4g6CKh6ZPo,112
|
|
59
|
-
reflex/.templates/web/utils/client_side_routing.js,sha256=
|
|
59
|
+
reflex/.templates/web/utils/client_side_routing.js,sha256=iGGnZY07XMNLUT2GT_Y6OEICP7uc1FaWn9cPlQUpGgo,1254
|
|
60
60
|
reflex/.templates/web/utils/helpers/dataeditor.js,sha256=anZgi8RJ_J0yqDez1Ks51fNDIQOvP3WkIm1QRDwccSk,1622
|
|
61
61
|
reflex/.templates/web/utils/helpers/debounce.js,sha256=xGhtTRtS_xIcaeqnYVvYJNseLgQVk-DW-eFiHJYO9As,528
|
|
62
62
|
reflex/.templates/web/utils/helpers/paste.js,sha256=ef30HsR83jRzzvZnl8yV79yqFP8TC_u8SlN99cCS_OM,1799
|
|
@@ -548,8 +548,8 @@ reflex/utils/types.py,sha256=nXB0RTGDfNQkiAvfb2RdXLHxFS9TX9cy-wfgqbPiIpw,17826
|
|
|
548
548
|
reflex/utils/watch.py,sha256=ukPT3YrvqsXYN6BInWiO_RPry5osSch9lOomQhxDyk0,2685
|
|
549
549
|
reflex/vars.py,sha256=h3rj-A3YN9Gq_Iie9QqYVzlM3m-T0Mkd-jofyjfPwLI,85181
|
|
550
550
|
reflex/vars.pyi,sha256=d55fH5lM6vt8RU_CPSvvOYVTr6orhXOCbL_XY2HgGIc,7214
|
|
551
|
-
reflex-0.5.
|
|
552
|
-
reflex-0.5.
|
|
553
|
-
reflex-0.5.
|
|
554
|
-
reflex-0.5.
|
|
555
|
-
reflex-0.5.
|
|
551
|
+
reflex-0.5.9.dev1.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
552
|
+
reflex-0.5.9.dev1.dist-info/METADATA,sha256=Xt_MDx8HgJ2fGl1xjX_rcVUPXLjNsE9YbThpVeM98zA,12193
|
|
553
|
+
reflex-0.5.9.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
554
|
+
reflex-0.5.9.dev1.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
555
|
+
reflex-0.5.9.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|