Issue: - when importing the npm package into a react app, the app does not load at all - the app crashes with `Uncaught (in promise) ReferenceError: global is not defined` Possible cause: - https://github.com/dapperlabs/nft-catalog/blob/11c950f97512a46d5dc8df5fcd1be3a0da1fca68/webpack.config.js#L4 defined the target as `node`, https://stackoverflow.com/questions/45175521/referenceerror-global-is-not-defined-at-eval (similar issue on stackoverflow) Again, thanks for developing this package :+1: helps a lot :)