오류 해결12 TypeORMError: Entity metadata for Sub#posts was not found. Check if you specified a correct entity object and if it's connected in the connection options. TypeORMError: Entity metadata for Sub#posts was not found. Check if you specified a correct entity object and if it's connected in the connection options. Sub Entity에 @Entity 데코레이터를 안 붙여줘서 난 오류였다. @Entity 붙여주고나니 해결됐다. https://stackoverflow.com/questions/56693067/entity-metadata-for-roleusers-was-not-found Entity metadata for Role#users was not found Trying to make OneToMany and ManyToOne relatio.. 2023. 7. 26. antd table column 에 align: 'center' 속성 넣기 에러 Type '{ title: string; dataIndex: string; key: string; align: string; }[]' is not assignable to type '(ColumnGroupType | ColumnType)[]'. Type '{ title: string; dataIndex: string; key: string; align: string; }[]' is not assignable to type '(ColumnGroupType | ColumnType)[]'. Type '{ title: string; dataIndex: string; key: string; align: string; }' is not assignable to type 'ColumnType'. Types of.. 2023. 6. 14. antd table 사용할 때 Warning: Each child in a list should have a unique "key" prop. Check the render method of `Body`. 에러 https://github.com/ant-design/ant-design/issues/7623 Each record in table should have a unique `key` prop,or set `rowKey` to an unique primary key. · Issue #7623 · ant-design/ant- I'm trying to figure out how can I get unique keys for each record. So far, my code looks like this: let lastIndex = 0 const updateIndex = () => { lastIndex++ return lastIndex } ... constructor() {... github.com antd t.. 2023. 5. 24. [ error ] npx create-react-app 에러 Unexpected token '.' when run create-react-app 아 이걸 한번 겪은 적이 있었는데 안 적어놓으니까 방법을 까먹어서 또 헤맸다 ..ㅡㅡ 내 시간.. 이제 절때 안 잊어먹으려고 글을 쓴다. 만약 노드 버전이 16.14.2 같은 16버전이라면 저런 에러가 난다 . nvm 으로 노드 버전을 바꿔주자 nvm list : 사용가능한 노드 리스트를 보여준다. nvm use 14.17.0 사용가능 한 노드 버전 중 한 버전을 nvm use 뒤에 적어준다. 그럼 노드 버전이 바뀌고 npx create-react-app --template typescript가 잘 실행된다! https://stackoverflow.com/questions/71259175/unexpected-token-when-run-create-react-app Unexpected token '.' w.. 2023. 4. 25. 이전 1 2 3 다음