Closed Your-Ehsan closed 9 months ago
Just had the same issue, but it's because they've changed how we need to import Iframe
if your defaultDocumentNode.ts
change
import Iframe from 'sanity-plugin-iframe-pane'
to
import {Iframe} from 'sanity-plugin-iframe-pane'
Just had the same issue, but it's because they've changed how we need to import Iframe
if your defaultDocumentNode.ts
change
import Iframe from 'sanity-plugin-iframe-pane'
to
import {Iframe} from 'sanity-plugin-iframe-pane'
thanks its works
I am getting this error in my next.js application. when I try to update this package to latest version. also my next-sanity and sanity's all packages are completely updated to latest version except this one.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Which versions of Sanity are you using?
here's my sanity.config.ts file
What operating system are you using? I am using windows 10 Which versions of Node.js / npm are you running? I am using node_v_20.10.0