Zach Olivare
Zach Olivare
I encountered this same error. I worked around it by just scrapping `babel-preset-react-app` and using `@babel/preset-env` and `@babel/preset-react` directly. See [this commit][1] for more info: ```bash yarn add --dev @babel/cli...
:+1: I think this is a very necessary addition, I'm in the process of trying to write a plugin for it.
> There's no other scenario where Zod has you specify object keys with strings; it's hacky and looks bad. It breaks locality. @colinhacks it seems as though the the `path`...
The same seems to be true for the `name` field. When I let it default to the `name` from `project.json` (which did have dashes), I received this error.
Thank you @elie-h and @Hurtak ! One additional thing that still frustrated me about these error responses is that they don't tell you which part of the request failed the...