hidglobal / digitalpersona-devices

DigitalPersona Security Devices support library
https://hidglobal.github.io/digitalpersona-devices/index.html
MIT License
64 stars 41 forks source link

Uncaught TypeError: Cannot set properties of undefined (setting 'ifvisible') #56

Closed locent217 closed 6 days ago

locent217 commented 7 months ago

Hi! I have this error on the provided index.js from the webSdk sample.

Uncaught TypeError: Cannot set properties of undefined (setting 'ifvisible')
    at index.js:4906:29
    at index.js:4908:5
    at index.js:5198:4
OmarAsael commented 6 months ago

I also have the same issue, i'm trying to implement in react, were you able to solve it?

Abiey2579 commented 1 week ago

Wow, no one solved this problem yet, am screwed

a-bronx commented 6 days ago

I was unable to reproduce the problem, and nobody tried to provide a repo with a minimal reproducible sample. Nevertheless, we're working on a new version of WebSdk which we hope will help to avoid some typical mistakes (where trying to use browser-only WebSdk in a NodeJS is the most typical).