Liu He
Liu He
Still getting error
You need to pass in the ref from your form field down to the select component, and note that select itself does not accept ref, but select trigger does, so...
I had this issue, then I updated all my packages and the errors were gone, super strange.
That's correct, because the latest version is out of sync with the repo. The repo has the up to date code without using defaultProps, but if you install via package...
@saloavalos Yes, you are right, ImageGallery hasn't been updated yet. Maybe you can change the code the same way as in item.js to remove defaultProps as a fix, until the...
await client.fetch(`*[_type=='user' && email==$email][0]`, { email: req.body.email }) is the problem, I would read up on GROQ and write the query the right way.