I'm running in to this error: Error: Package subpath './browser-ponyfill' is not defined by "exports" in /<project_path>/node_modules/@github/webauthn-json/package.json when using the latest 2.0.2 version with the following import:
Error: Package subpath './browser-ponyfill' is not defined by "exports" in /<project_path>/node_modules/@github/webauthn-json/package.json
I'm running in to this error:
Error: Package subpath './browser-ponyfill' is not defined by "exports" in /<project_path>/node_modules/@github/webauthn-json/package.json
when using the latest2.0.2
version with the following import:I'm a bit unclear if this is something I'm doing wrong or if there's a particular version I need to be using to avoid this issue. It looks like it does exist here: https://github.com/github/webauthn-json/blob/main/package.json#L23-L25
Any help would be much appreciated!