Replies: 2 comments
-
|
What blitz version are you on? That logout code is from an old version. Here's the latest code: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ah, I have keeping up with the upgrades, however I have been skipping the files with conflicts. I will go back & check, however, I do not think this is the cause of Typescript issue :( WIll update after the update. Thank you as always for the help and proactiveness. Cheers. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is really odd and I wonder if someone else has faced a similar issue.
I have been fixing the issues typescript fails the build on. One I am stuck with is:
Usage:
Typescript keeps screaming:
Type error: Expected 1-2 arguments, but got 0.This is most frustrating and with most of the files where I have mutation funcs, this is coming up and I am having to resort to adding// @ts-nocheckat the top of the files to make typescript ignore them.How are you all dealing with these error?
Beta Was this translation helpful? Give feedback.
All reactions