We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observed Behaviour
Inferno using TS is no longer compiling in projects that have React class-based components. With 7.4.11 this works with no issues.
Expected Current Behaviour
Inferno should continue to compile in projects that have React class-based components.
8.0.0
See an extremely basic example here https://github.com/AntonOfTheWoods/inferno-react-broken
The example has 3 commits:
inferno
inferno-create-element
7.4.11
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue and creating simple steps to reproduce. It seems this issue was caused by type refactoring for v8. 696006c
Sorry, something went wrong.
Use IComponent interface to declare Component JSX types instead of im…
5192eef
…plementation type to allow mixing usages with React application. Fixes Github #1599
Fixed in 8.0.1 https://github.com/infernojs/inferno/releases/tag/v8.0.1
Awesome, thanks!
No branches or pull requests
Issue Template
Observed Behaviour
Inferno using TS is no longer compiling in projects that have React class-based components. With 7.4.11 this works with no issues.
Expected Current Behaviour
Inferno should continue to compile in projects that have React class-based components.
8.0.0
See an extremely basic example here https://github.com/AntonOfTheWoods/inferno-react-broken
The example has 3 commits:
inferno
andinferno-create-element
version7.4.11
with code that compiles and runs fine8.0.0
and no other changes and no longer compiles or runs.The text was updated successfully, but these errors were encountered: