diff --git a/remix/app/Providers/ThingtimeProvider.tsx b/remix/app/Providers/ThingtimeProvider.tsx index 950c9b7..8f43f4d 100644 --- a/remix/app/Providers/ThingtimeProvider.tsx +++ b/remix/app/Providers/ThingtimeProvider.tsx @@ -145,15 +145,20 @@ export const ThingtimeProvider = (props: any): JSX.Element => { } }) + newThingtime.thingtime = newThingtime + newThingtime.tt = newThingtime + console.log( "nik setting newThingtime value at path", - path, + '"' + path + '"', "value: ", value ) smarts.setsmart(newThingtime, path, value) + console.log("nik set the newThingtime", newThingtime) + set(newThingtime) }, [thingtime, set] diff --git a/remix/app/components/Thingtime/ThingtimeURL.tsx b/remix/app/components/Thingtime/ThingtimeURL.tsx index 149d685..837de80 100644 --- a/remix/app/components/Thingtime/ThingtimeURL.tsx +++ b/remix/app/components/Thingtime/ThingtimeURL.tsx @@ -18,6 +18,8 @@ export const ThingtimeURL = (props) => { const path = pathPartOne?.replace(/\//g, ".") + console.log("nik Detected path in url", path) + return path }, [location])