digitalpersona-devices
digitalpersona-devices copied to clipboard
Uncaught TypeError: Cannot set properties of undefined (setting 'ifvisible')
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
```
I also have the same issue, i'm trying to implement in react, were you able to solve it?
Wow, no one solved this problem yet, am screwed
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).
i have this same error, am working with react and vite
Did you find the solution, yet?