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
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
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
The text was updated successfully, but these errors were encountered:
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.
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?
To Reproduce
Use the latest
sanity-plugin-media
plugin with the latest Sanity versionExpected behavior
The filters and tools should work as expected
Screenshots
Plugin and environment information:
The text was updated successfully, but these errors were encountered: