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

ComparableVideoViewer Hook Error #1

Open
C-Jaewon opened this issue Apr 27, 2023 · 0 comments
Open

ComparableVideoViewer Hook Error #1

C-Jaewon opened this issue Apr 27, 2023 · 0 comments

Comments

@C-Jaewon
Copy link

아래와 같이 코드를 작성하면 Hook Error가 발생하는데 어떤게 문제일까요?? 자바스크립트로 작성하였습니다.

import ComparableVideoViewer from'comparable-video-viewer';

const CompareVideo = () =>{

  return (

    <div>
        <h1 style={{ color: "black", marginLeft: "5rem" }}> Video Demo </h1>
        <ComparableVideoViewer src={`/web_data/화질개선/ani_검정고무신_E03_00003.mp4`} />  
    </div>
  );
};
export default CompareVideo;
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

1 participant