We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
아래와 같이 코드를 작성하면 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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
아래와 같이 코드를 작성하면 Hook Error가 발생하는데 어떤게 문제일까요?? 자바스크립트로 작성하였습니다.
The text was updated successfully, but these errors were encountered: