worldcoin / developer-portal

The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID.
https://developer.worldcoin.org
MIT License
64 stars 34 forks source link

fix: On save fix #522

Closed andy-t-wang closed 7 months ago

andy-t-wang commented 7 months ago

There's a bug with the filter function which is supposed ensure we remove any null values added to the array from react-hook-form. If the app is in an empty state you cannot save without a showcase image since the url is null and url.startsWith() will throw an error.

The fix is using a loose check for null, should catch null and undefined