Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't convert null to the string "null" #39

Merged
merged 2 commits into from
May 19, 2021
Merged

Commits on Apr 29, 2020

  1. Don't convert null to the string "null"

    I hope this is an acceptable change, although I don't know the complete requirements of this package, but this fix will solve mapbox/mapbox-gl-js#8497.
    
    I also have a hard time thinking of a reason it would make sense to have null as a string `"null"` because of the ambiguity it brings.
    porsager authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    e1d42c2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    a16c337 View commit details
    Browse the repository at this point in the history