Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type error in IframeWrapper.tsx — can't build to production #46

Open
szymonhernik opened this issue Feb 4, 2024 · 0 comments
Open

Comments

@szymonhernik
Copy link

szymonhernik commented Feb 4, 2024

If you find a security vulnerability, do NOT open an issue. Email [email protected] instead.

Describe the bug

Hi, this is the error i'm getting when building the app to production:
: Type '{}' is missing the following properties from type 'IframeProps': document, options

To Reproduce

Steps to reproduce the behavior:

  1. Go to IframeWrapper.tsx
  2. Hover on return <Iframe />
  3. See error

Which versions of Sanity are you using?

@sanity/cli (global)                   3.27.1 (up to date)
@sanity/assist                         1.2.16 (up to date)
@sanity/code-input                      4.1.2 (up to date)
@sanity/demo                            1.0.2 (up to date)
@sanity/document-internationalization   2.0.3 (up to date)
@sanity/eslint-config-studio            2.0.4 (latest: 3.0.1)
@sanity/image-url                       1.0.2 (up to date)
@sanity/language-filter                 3.2.2 (up to date)
@sanity/overlays                        2.3.9 (up to date)
@sanity/preview-url-secret              1.5.5 (latest: 1.6.0)
@sanity/react-loader                    1.8.1 (latest: 1.8.2)
@sanity/vision                         3.27.0 (latest: 3.27.1)
sanity                                 3.27.0 (latest: 3.27.1)

What operating system are you using?

Which versions of Node.js / npm are you running?

10.1.0
v20.9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant