Closed 58bits closed 2 years ago
Thanks for reporting, what version of the Studio are you using? We've seen this error in earlier versions but it should be fixed on at least 2.23.0 and above?
Hi @SimeonGriggs - thanks for the reply.
I'm using version 2.23.3 of the Sanity CLI (as this the same as the version of Studio?)
Can you also try updating the plugin to 0.0.4
?
Hi @SimeonGriggs - I believe I'm already using 0.0.4 version of the plugin...
"@sanity/orderable-document-list": "^0.0.4",
Best,
Tony
Hey! Turns out this was in issue in the Studio, which was fixed in yesterday's 2.25.0 release 🎉
Upgrade your Studio to fix.
@SimeonGriggs - okay thanks - I'll give it a try!
@SimeonGriggs - sorry - but still no luck. The same error, as well as new React errors The input component for type "team_member" has no associated ref element. Please check the implementation of "Unknown"
I'd be glad to jump on a call show you what it looks like from this end if you thought that would help.
Just to be completely sure, can you nuke your node_modules
and package-lock.json
and reinstall with latest-everything?
Hi @SimeonGriggs - that did it! Thank you! The UI updated as well. I'm still getting a The input component for type "team_member" has no associated ref element. Please check the implementation of "Unknown" [
error message in the console, but I'll take a look at this separately. Thanks for the help.
Excellent.
Well, other than that other error. I'll take a look at that. Feel free to file a new Issue.
Until today, I am still getting a The input component for type "banner" has no associated ref element. Please check the implementation of "Unknown" [
error message in the console. And a bunch of other React component related errors.
I am using Sanity Studio 2.35.0 and package version "@sanity/orderable-document-list": "^0.0.10";
Do I need to upgrade both Studio and package to the latest one? or React package itself?
Not sure what's up, whether it's something at our end but we have everything working - except the actions in the drop down menu....
Trying to Create a New Team Member, Show Increments, or Reset Order, shows the following console errors...
No handler defined for action: undefined
No handler defined for action: showIncrements
No handler defined for action: resetOrder
Our desk structure is...
And our schema for team_members...