Replies: 1 comment
-
There is a lot of code here, and I'm not sure exactly how this is related to Otherwise, I'm not sure what issue you're having exactly, or if it's specifically related to CRS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to figure out how to make a form in a react, apollo, prisma app, using chakra-react-select.
This is my attempt:
[![enter image description here][1]][1]
I can't understand why my terminal is giving me an error message that says that the property named issueCategory does not exist on type Issue. I can see that a type has been generated for IssueCategory:
My prisma schema also has an attribute for issueCategory, as follows:
Category is also defined in graphql.tsx as:
Apart from this strange error message, I don't have any other errors in my terminal. I don't get any information about the error in my console either - it just says 'select error undefined'. I can see in the entry above the error line, that the json packet includes the selection i made when the form loads.
What is the step required to submit this form? Currently my console logs that the data submitted is undefined.
Beta Was this translation helpful? Give feedback.
All reactions