Replies: 3 comments 5 replies
-
Do you have TypeScript strict mode on? Can you share a complete example for what you are running into? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@tmm Could you please tell us how to fix this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@NBMSacha please tell that you managed to handle it 😅 please provide your solution if you have one |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GM!
We're been implementing viem to Mobula's front-end & we add many hacky stuff to do to get it compile with typescript, here's an example:
If we don't add "as never" and "as any", we get:
And
Property 'read' does not exist on type 'never'.t
Which might be the same issue.
Any idea what we did wrong?
Beta Was this translation helpful? Give feedback.
All reactions