React

skipping missing collection view for block in react-notion-x

Asset Type
ReactJS
File Type
When to use
2021/10/06
Created by
Last edited time
2022/05/05 13:02
Reference
Reference2
skipping missing collection view for block 6d8aea24-ad2f-4290-b689-9049275b88a0라는 에러가 나면서 컬렉션 뷰가 보여지지 않는 문제가 있었다. 티스토리 블로그의 글들을 노션으로 전부 이동시키고 나서 확인해보니 이렇다. 아래의 사이트에서 이미 이슈에 대한 논의와 해결이 있었다.
"dependencies": { "@google-cloud/firestore": "^4.10.1", "classnames": "^2.3.1", "date-fns": "^2.21.1", "fathom-client": "^3.0.0", "got": "^11.8.2", "isomorphic-unfetch": "^3.1.0", "lqip-modern": "^1.2.0", "next": "^10.2.0", "next-transpile-modules": "^8.0.0", "node-fetch": "^2.6.1", "notion-client": "^4.6.4", "notion-types": "^4.6.4", "notion-utils": "^4.8.6", "p-map": "^4.0.0", "p-memoize": "^4.0.0", "react": "^17.0.2", "react-body-classname": "^1.3.1", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-notion-x": "^4.6.5",
JSON
복사
react-notion-x 의 4.7.10 버전에서 업데이트되었다고 하는데 내가 사용하고 있는 버전이 더 낮은 것을 발견했고 이를 업데이트해주었다.
npm install react-notion-x
Bash
복사
"dependencies": { "@google-cloud/firestore": "^4.10.1", "classnames": "^2.3.1", "date-fns": "^2.21.1", "fathom-client": "^3.0.0", "got": "^11.8.2", "isomorphic-unfetch": "^3.1.0", "lqip-modern": "^1.2.0", "next": "^10.2.0", "next-transpile-modules": "^8.0.0", "node-fetch": "^2.6.1", "notion-client": "^4.6.4", "notion-types": "^4.6.4", "notion-utils": "^4.8.6", "p-map": "^4.0.0", "p-memoize": "^4.0.0", "react": "^17.0.2", "react-body-classname": "^1.3.1", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-notion-x": "^4.9.1",
JSON
복사
그래도 안되서 찾아보니 오늘 api를 변경시켜서 collection endpoint가 손상되어 작동이 안된다고 한다. 찾아보고 있다는 글이 1시간 전에 떠있다.(현재 211006. 12:52PM)