Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting cannot read properties of undefined (reading 'setupScreenSharingRender') with react and electron #332

Open
hmake98 opened this issue Mar 16, 2023 · 0 comments

Comments

@hmake98
Copy link

hmake98 commented Mar 16, 2023

Getting the below error when I am trying to load
import { setupScreenSharingRender } from '@jitsi/electron-sdk';

I am using this boilerplate for electron and react: https://github.com/electron-react-boilerplate/electron-react-boilerplate

TypeError: Cannot read properties of undefined (reading 'setupScreenSharingRender')
Call Stack
 handleApiReady
  main.fd626d8d05b4da9fc04b.hot-update.js:112:65
 onApiReady
  main.fd626d8d05b4da9fc04b.hot-update.js:213:41
 undefined
  renderer.dev.js:27887:49
 undefined
  renderer.dev.js:27913:17
 commitHookEffectListMount
  renderer.dev.js:149820:26
 commitPassiveMountOnFiber
  renderer.dev.js:151596:13
 commitPassiveMountEffects_complete
  renderer.dev.js:151561:9
 commitPassiveMountEffects_begin
  renderer.dev.js:151548:7
 commitPassiveMountEffects
  renderer.dev.js:151536:3
 flushPassiveEffectsImpl
  renderer.dev.js:153709:3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant