You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using v0.12.23, when trying to build and deploy to my server I get the error message SyntaxError: Cannot use import statement outside a module when using the syntax:
import {
selectIsConnectedToRoom,
selectIsLocalAudioEnabled,
selectIsLocalVideoEnabled,
selectPeers
} from '@100mslive/hms-video-store';
I get the error:
SyntaxError: Named export 'selectIsConnectedToRoom' not found. The requested module '@100mslive/hms-video-store' is a CommonJS module, which may not support all module.exports as named exports.
The text was updated successfully, but these errors were encountered:
Using v0.12.23, when trying to build and deploy to my server I get the error message
SyntaxError: Cannot use import statement outside a module
when using the syntax:If I use the syntax in the example:
I get the error:
The text was updated successfully, but these errors were encountered: