-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
TypeScript Error "Not all code paths return a value." #514
Comments
You also need Can be fixed by adding |
I created a small PR to fix this. Let's see if it gets accepted |
while it's probably a good idea to fix this, after some investigating i noticed that this is caused by ideally your code should not be typechecking the function implementations in this package. see #532 |
This is now fixed here: c551452#diff-54062c270ea651b890f69db1e1c4243b2c9033075870d648ab407cca159b67b7 |
Describe the bug
When running
npm run check
on my project that uses svelte-material-ui, the following error appears:To Reproduce
Steps to reproduce the behavior:
npm run check
Expected behavior
No error should appear.
Screenshots
the error from above appears.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: