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
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
When I try to use t.maybe I get the following error on attempting to render the react component.
create.js:18 Uncaught TypeError: path.join is not a function
at create.js:18
at assert (assert.js:9)
at create (create.js:18)
at ?Select (maybe.js:37)
at mountIndeterminateComponent (react-dom.development.js:14811)
at beginWork (react-dom.development.js:15316)
at performUnitOfWork (react-dom.development.js:18150)
at workLoop (react-dom.development.js:18190)
at renderRoot (react-dom.development.js:18276)
at performWorkOnRoot (react-dom.development.js:19165)
Path in this case I believe is an empty {}.
It's happening in the following react component. I have 3 optional fields (column0 1 & 2). I hide and show them based on other parts of the form (all that code isn't shown for brevity).
I'm hiding them based on CSS classes, but I need to set them to be optional to allow a user to submit the form.
Whats the problem?
When I try to use
t.maybe
I get the following error on attempting to render the react component.Path in this case I believe is an empty
{}
.It's happening in the following react component. I have 3 optional fields (column0 1 & 2). I hide and show them based on other parts of the form (all that code isn't shown for brevity).
I'm hiding them based on CSS classes, but I need to set them to be optional to allow a user to submit the form.
Version info:
The text was updated successfully, but these errors were encountered: