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

Filters and some tools disappeared since Sanity 3.66+ #233

Open
flayks opened this issue Dec 10, 2024 · 1 comment
Open

Filters and some tools disappeared since Sanity 3.66+ #233

flayks opened this issue Dec 10, 2024 · 1 comment

Comments

@flayks
Copy link

flayks commented Dec 10, 2024

Describe the bug
Filters, sorting and some other tools disappeared since Sanity 3.66 or 3.67! Also there is an error which could potentially trigger this?

sanity-CeEVZyHQ.js:6120 useColorScheme() is deprecated, use useColorSchemeValue() or useColorSchemeSetValue() instead

To Reproduce
Use the latest sanity-plugin-media plugin with the latest Sanity version

Expected behavior
The filters and tools should work as expected

Screenshots
CleanShot 2024-12-10 at 20 36 16@2x

Plugin and environment information:

  • latest in date (v2.3.2)
  • Sanity version 3.67 but also happening with 3.66
  • Operating system and version macOS 15.1.1
  • Arc 1.72.1
@richardgrantham26
Copy link

I seem to be having the same issue, sanity 3.67, react 19 and next 15.1:

Invalid prop ref supplied to React.Fragment. React.Fragment can only have key and children props.

React does not recognize the showCheckerboard prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase showcheckerboard instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Received false for a non-boolean attribute picked.
If you want to write it to the DOM, pass a string instead: picked="false" or picked={value.toString()}.
If you used to conditionally omit it with picked={condition && value}, pass picked={condition ? value : undefined} instead.

Received false for a non-boolean attribute updating.
If you want to write it to the DOM, pass a string instead: updating="false" or updating={value.toString()}.
If you used to conditionally omit it with updating={condition && value}, pass updating={condition ? value : undefined} instead.

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