Code Monkey home page Code Monkey logo

Comments (7)

paoloricciuti avatar paoloricciuti commented on June 16, 2024 1

I'm not sure what the intention of this line is tbh, but if I remove the ! and an undefined param/val is encountered, then it's removed how i would expect it to be removed.

if (!(value as any)[field] == undefined) {

Yup looks like a bug...it was previously !value[field] and I added == undefined and probably forgot to remove the !

Thanks for reporting and also find the solution. If you want to make a PR to be credited as a contributor feel free to do it otherwise I'll go ahead and fix it in a while

from sveltekit-search-params.

brandonp-ais avatar brandonp-ais commented on June 16, 2024

Is this supposed to remove the parameter if the value of the parameter is null/undefined?

from sveltekit-search-params.

paoloricciuti avatar paoloricciuti commented on June 16, 2024

Is this supposed to remove the parameter if the value of the parameter is null/undefined?

It should but it also depends on other parts of the code...is this not happening?

from sveltekit-search-params.

paoramati avatar paoramati commented on June 16, 2024

(personal account)

In my case it is not. I'll see if I can make a minimal repro.

from sveltekit-search-params.

paoramati avatar paoramati commented on June 16, 2024

Here is a reproduction:

https://github.com/paoramati/sveltekit-search-params/tree/1_repro_undefined_not_deleting_query_params

Navigate to /params-issue

The error occurs when trying to update param values with null/undefined. Get this stacktrace (not sure if related yet).

Stack trace sveltekit-search-params.ts:129 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'toString') at fnToCall (sveltekit-search-params.ts:129:45) at toBatch (sveltekit-search-params.ts:134:29) at sveltekit-search-params.ts:141:11 at Set.forEach () at sveltekit-search-params.ts:140:24

Some context: In the application I'm building, there is a search box + certain pages have their own search boxes. I want to remove params created by the opposing search if a user uses the other kind of search.

I will have a look if I can create a fix, but I'm not sure whether it's just my usage is off, or if there is an issue with queryParams not getting removed from URL when they should be.

Thanks!

from sveltekit-search-params.

brandonp-ais avatar brandonp-ais commented on June 16, 2024

I'm not sure what the intention of this line is tbh, but if I remove the ! and an undefined param/val is encountered, then it's removed how i would expect it to be removed.

if (!(value as any)[field] == undefined) {

from sveltekit-search-params.

brandonp-ais avatar brandonp-ais commented on June 16, 2024

Cool, i'll make a PR tonight :)

from sveltekit-search-params.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.