-
Notifications
You must be signed in to change notification settings - Fork 94
Broken typescript examples? #54
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
Comments
Didn't notice 3.5 had dropped when I posted this. I'm getting the same errors with tsc version 3.5.1 Edit - I see v6 changed
Then the last two errors become:
So something does seem broken. In the event any of this makes any difference, here's relevant stuff from package.json:
Cheers! |
Currently we cannot use the |
This should be fixed in v6.2.1. Will you please verify? |
Turned out there was another issue with element types, which is fixed in v6.2.2. Also I updated the |
Hi there.
Looking at the example typescript app. I'm getting compilation errors against typescript 3.4.3. It seems to be expecting
Async
to return a JSX element and it isn't, and there doesn't seem to be anAsync.Pending
property....I'm looking at tsconfig.json and I'm not seeing anything there that should make a difference (this is also a create-react-app app). Should that example work as-is?
The text was updated successfully, but these errors were encountered: