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
thunk를 진행하던 중 SSR로 접속하면 (localhost:5500/) 검사의Console에 Uncaught SyntaxError: Unexpected token '<' (at undefined:1:1) 에러가 발생합니다. 그러면서 /red, /blue의 색상이 나타나지 않습니다.
<!DOCTYPE html>
참고>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
thunk를 진행하던 중 SSR로 접속하면 (localhost:5500/)
검사의Console에 Uncaught SyntaxError: Unexpected token '<' (at undefined:1:1) 에러가 발생합니다.
그러면서 /red, /blue의 색상이 나타나지 않습니다.
위와같이
<!DOCTYPE html>
의 < 에서 에러가 발생한것 같습니다. 계속 찾아보면서 이것저것 해보고 있지만 시간이 너무 지체되어서 이제는 원인이나 해결 방법이 알고 싶습니다.참고>
The text was updated successfully, but these errors were encountered: