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
When attempting to import ReactPlayerLoader from @brightcove/react-player-loader using the latest version (1.5), I encountered the following error: Internal server error: Failed to resolve import "brightcove/react-player-loader".
However, after downgrading to version 1.4.2, the issue is resolved, and everything works as expected. Upon further investigation, I observed that version 1.5 appears to be missing the dist directory, which is present in version 1.4.2.
Screenshot of version 1.5 in my node_modules
Screenshot of version 1.4.2 in my node_modules
The text was updated successfully, but these errors were encountered:
When attempting to
import ReactPlayerLoader from @brightcove/react-player-loader
using the latest version (1.5), I encountered the following error: Internal server error: Failed to resolve import "brightcove/react-player-loader".However, after downgrading to version
1.4.2
, the issue is resolved, and everything works as expected. Upon further investigation, I observed that version 1.5 appears to be missing the dist directory, which is present in version 1.4.2.Screenshot of version 1.5 in my node_modules
Screenshot of version 1.4.2 in my node_modules
The text was updated successfully, but these errors were encountered: