Warning: forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?

I get a black screen when just importing ZoomMtg from @zoomus/websdk
All components get black screen

Browser Console Error
Warning: forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?
DevTools failed to load source map: Could not load content for chrome-extension://lkeokcighogdliiajgbbdjibidaaeang/contentScript.bundle.js.map: System error: net::ERR_BLOCKED_BY_CLIENT
zoomus/websdk@2.9.0

Device

  • Device: Hp pavilion
  • OS: windows 10
  • Browser: Chrome Version 107.0.5304.107 (Official Build) (64-bit)

If you are using the Client View then the control uses the whole screen and will display black until the meeting is started. To overcome this update your CSS to hide the control until you start the meeting:

#zmmtg-root {
display: none;
}

On your Start Meeting button you can then change the display back to show again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.