Ismael Serrano
Ismael Serrano
I’ve searching for several hours with documented issue or similar, but with no success... There is any limitation with masks in the viewport? I’ve created a working mask container with...
Changing deviceId on videoConstraints not fire for permissions request on Firefox or Safari. By default, the component fires first device and prompt for permissions with success, but if you try...
Cannot read properties of undefined (reading '__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED')
``` build: { sourcemap: true, rollupOptions: { output: { manualChunks(id) { if (id.includes('node_modules')) { return id .toString() .split('node_modules/')[1] .split('/')[0] .toString(); } }, }, }, }, plugins: [ react(), svgr(), sentryVitePlugin({...}),...