Skip to content

Error - "Failed to compile" #7

@faire2

Description

@faire2

I have installed the library and tried to create a simple component and then copy the example 1:1, but in both cases I endad up with this error:

./node_modules/shaka-player-react/src/index.js
SyntaxError: D:\dev\Projects\movie-api\node_modules\shaka-player-react\src\index.js: Unexpected token (70:4)

  68 | 
  69 |   return (
> 70 |     <div ref={uiContainerRef}>
     |     ^
  71 |       <video
  72 |         ref={videoRef}
  73 |         autoPlay={autoPlay}

When I deleted the test component I noticed that the error persists, so it seems that something iswrong with the installation.

I have not yet imported css (I am still trying to understand how should I do that) but the problem seems unrelated to that.

I am using it in a small-scale react project:

...
"dependencies": {
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.5.0",
    "@testing-library/user-event": "^7.2.1",
    "axios": "^0.19.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "3.4.1",
    "react-spinners": "^0.8.3",
    "shaka-player-react": "^1.0.1"
  },
...

I have no experience with refs other than reading React docs on them so I am really clueless at this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions