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

Failed to parse source map with React 17.0.2 #24

Open
sannjayy opened this issue Jan 12, 2022 · 1 comment
Open

Failed to parse source map with React 17.0.2 #24

sannjayy opened this issue Jan 12, 2022 · 1 comment

Comments

@sannjayy
Copy link

I'm trying with fresh React Project.

When trying to npm start there, I'm getting this error, please open the screenshot and help me to fix it.

Error Screenshot: https://ibb.co/PhD6Cjr

Error : Failed to parse source map from shaka-player-react\node_modules\shaka-player\ui\https:\fonts.googleapis.com\icon?family=Material+Icons+Round' file: Error: ENOENT: no such file or director

@matvp91
Copy link
Owner

matvp91 commented Mar 24, 2022

Hey @sannjayy,

I started off with a fresh project (npx create-react-app sample) with [email protected]and ran the following sample code in App.js.

import ShakaPlayer from "shaka-player-react";
import "shaka-player-react/dist/controls.css";

function App() {
  return (
    <ShakaPlayer
      autoPlay
      src="https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd"
    />
  );
}

export default App;

Would you mind retrying with the latest version?

Thanks!

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

2 participants