-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: A sibling of kind 357 was expected. #3
Comments
I had this issue, then I narrowed down the files that are in |
@davityavryan what did you change specifically? |
Instead of using the default tsconfig I used a new one which only include router related files |
@davityavryan can you share a diff if possible? |
whenever i name any variables as z.object({
context:z.string()
}) This gives 357 z.object({
ctx:z.string()
}) This works! |
Hi, I tried to use the tool in hope of improving the type completion.
However, when I run it on our project I get the following error and I don't know how to really debug it.
Error: A sibling of kind 357 was expected.
The text was updated successfully, but these errors were encountered: