You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your time and work into this plugin.
I tried that, but I cannot make it work.
I added the code as you displayed on the readme file, but I get this message:
CopyPasteInput.tsx:75 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_type') at onPaste (CopyPasteInput.tsx:75:62) at onClick (CopyPasteInput.tsx:309:30)
Those are my dependencies on the package.json file
Hello!
Thank you for your time and work into this plugin.
I tried that, but I cannot make it work.
I added the code as you displayed on the readme file, but I get this message:
CopyPasteInput.tsx:75 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_type') at onPaste (CopyPasteInput.tsx:75:62) at onClick (CopyPasteInput.tsx:309:30)
Those are my dependencies on the package.json file
"dependencies": { "@sanity/document-internationalization": "^1.1.1", "@sanity/ui": "^1.3.3", "@sanity/vision": "^3.10.1", "@superside-oss/sanity-plugin-copy-paste": "^1.0.2", "get-video-id": "^3.6.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0", "react-is": "^18.2.0", "sanity": "^3.10.1", "sanity-plugin-media": "^2.0.5", "styled-components": "^5.3.10" }, "devDependencies": { "@sanity/eslint-config-studio": "^2.0.1", "eslint": "^8.40.0", "prettier": "^2.8.8", "typescript": "^5.0.4" },
The text was updated successfully, but these errors were encountered: