spencermountain / wtf_wikipedia

a pretty-committed wikipedia markup parser
https://observablehq.com/@spencermountain/wtf_wikipedia
MIT License
770 stars 129 forks source link

Fix for invalid JSON data :hammer: #549

Closed MarketingPip closed 1 year ago

MarketingPip commented 1 year ago

This PR will NOW close issue #246.

Throwing / handling this error.

Un-handled Errors:

/node_modules/wtf_wikipedia/src/_fetch/index.js:71:18
TypeError: Cannot convert undefined or null to object

Same as before, but should pass build testing :blush: - my bad.

spencermountain commented 1 year ago

nice! thanks