게시글
질문&답변
2022.06.07
ec2 micro 사용중인데 적절한 배포 순서가 알고 싶네요.
원래 깃 풀후에 포에버만 재가동 이 맞습니다. 다만 실제로 . 제가 micro환경에서 포에버만 스탑후 재가동하면.. 자꾸 행업이 되더라구요 그래서 ec2를 전체 재가동 하고 깃풀했었습니다 ..
- 0
- 2
- 237
질문&답변
2020.03.05
<Link><a> 에러
index.js
- 0
- 4
- 348
질문&답변
2020.03.05
<Link><a> 에러
import React from 'react'; import Link from 'next/link'; const Home = () => { return ( about!! Hello, Next ); }; export default Home;
- 0
- 4
- 348
질문&답변
2020.03.05
React.Children.only expected to receive a single React element child.
네 태그를 달아주었는데도 문제가 있는 것 같아요 ㅠ
- 0
- 6
- 4.4K
질문&답변
2020.03.05
React.Children.only expected to receive a single React element child.
(사진)
- 0
- 6
- 4.4K
질문&답변
2020.03.05
React.Children.only expected to receive a single React element child.
import React from 'react'; import Link from 'next/link'; const Home = () => { return ( Link href="/about">a>about!!a>Link> div>Hello,Nextdiv>; ); }; export default Home;
- 0
- 6
- 4.4K