You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
@JeffPaine probably because data can be undefined. And undefined !== null. I have not read your code a lot but it seems data can be undefined when calling merge.
You should use if (!data) instead. undefined and null will evaluate to false.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fix
==
comparison at https://github.com/JeffPaine/geojson-topojson/blob/gh-pages/index.html#L142For some reason, switching it to
===
causes an error.The text was updated successfully, but these errors were encountered: