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

Field not rendering #45

Open
iamdangavin opened this issue Nov 21, 2024 · 1 comment
Open

Field not rendering #45

iamdangavin opened this issue Nov 21, 2024 · 1 comment

Comments

@iamdangavin
Copy link

Describe the bug

Field not rendering.

To Reproduce

Install, add plugin, define field:

npm i @sanity/table

// sanity.config.js
plugins: [
  table(),
]
defineField({
  title: "Pricing",
  name: "pricing",
  type: "table",
})

Expected behavior

Table field should be visible.

Screenshots
image

Which versions of Sanity are you using?

@sanity/cli (global) 3.62.2 (latest: 3.64.2)
@sanity/image-url 1.1.0 (up to date)
@sanity/table 1.1.2 (up to date)
@sanity/vision 3.64.2 (up to date)
sanity 3.64.2 (up to date)

What operating system are you using?

macOS Sonoma 14.6.1

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

10.2.4
v18.19.1

@iamdangavin iamdangavin changed the title Not showing fields in Sanity v3.64.2 Field not rendering Nov 21, 2024
@darylthornhill
Copy link

+1

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

2 participants