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
UploadField isn't working in a purely react form. Clicking on "choose existing" results in an Invariant Violation:
Could not find "client" in the context or passed in as a prop. Wrap the root component in an <ApolloProvider>, or pass an ApolloClient instance in via props
Trying to upload a new file results in a 403 error
Action 'TestEditForm' isn't allowed on class TestReactFormBuilder.
This can be seen in the react form at /admin/test-react/ added in the frameworktest module.
Acceptance criteria
UploadField works as expected in a purely react form
We have some test added to CI to confirm this continues to work
The text was updated successfully, but these errors were encountered:
UploadField
isn't working in a purely react form. Clicking on "choose existing" results in an Invariant Violation:Trying to upload a new file results in a 403 error
This can be seen in the react form at
/admin/test-react/
added in the frameworktest module.Acceptance criteria
UploadField
works as expected in a purely react formThe text was updated successfully, but these errors were encountered: