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
When deploy our project to Vercel I get the following error
Type error: 'LiveQuery' cannot be used as a JSX component.
--
17:36:59.112 | xxxx:build: Its return type 'ReactNode' is not a valid JSX element.
17:36:59.112 | xxxx:build: Type 'undefined' is not assignable to type 'Element \| null'.
@sanity/cli (global) 3.20.1 (latest: 3.21.3)
@sanity/color-input 3.1.0 (up to date)
@sanity/document-internationalization 2.0.2 (up to date)
@sanity/image-url 1.0.2 (up to date)
@sanity/preview-kit 3.2.7 (latest: 5.0.6) ---> this one is 5.0.0 because is coming from sanity/client 6.4.12
@sanity/scheduled-publishing 1.2.2 (up to date)
@sanity/vision 3.20.1 (latest: 3.21.3)
@sanity/webhook 4.0.0 (up to date)
sanity 3.19.2 (latest: 3.21.3)
What operating system are you using?
Mac
Which versions of Node.js / npm are you running?
10.2.0
v21.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When deploy our project to Vercel I get the following error
To Reproduce
Expected behavior
To build in production issue is coming from this type
Screenshots
Which versions of Sanity are you using?
What operating system are you using?
Mac
Which versions of Node.js / npm are you running?
10.2.0
v21.1.0
The text was updated successfully, but these errors were encountered: