Rajbir Johar
Rajbir Johar
@mta-trackunit Not sure if this is at all related but I kept getting the white screen due to what I think is some race condition when attempting to run a...
@terrynguyen255 did you ever figure this out? Edit: Decided this package was terrible and came up with my own solution. ```python def add_cors_headers(response): response.headers['Access-Control-Allow-Origin'] = FRONTEND_URL # Adjust as needed...
> @rajbirjohar Did it work? > > > > > > > @terrynguyen255 did you ever figure this out? > > > > > > Edit: Decided this package was...
Do you know what could be some possible usecases where useSearch would return an empty object as a type? I too am facing this issue and from as far as...
@schiller-manuel Gotcha, yes I have multiple. Workaround? Should we add a validateSearch to all routes and somehow return undefined?
Because I am getting a type safety issue where the key does not exist within the empty object. ```ts const { page } = useSearch({ strict: false }); ``` ```ts...
Got it. `experimental_returnIntersection` does work. Any idea when it will no longer be experimental? Also, should probably be another discussion but how would you handle reading the search params and...
That makes sense @pacocoursey. Would we be expecting this to come out in a future release? Or would it be a difficult feature to implement? I can try taking a...
@SeanCassiere No, the issue that I have is that I have some tabs that update the URL with a search parameter to persist the view but it seems like some...
@schiller-manuel Sure thing. Once I encounter it again, I'll update this issue.