Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing types for compat in fluent-react #456
Comments
Hi @soerenBoisen, sorry for the belated reply.
We've recently migrated
As far as I understand it, the typings generated and published in I'd like to point you to an issue I filed just yesterday in which I proposed removing Finally, I think that adding Let me know what you think, here or in #472. I'd like to help fix the problem you're having one way or another. Thanks! |
Hi, as I understand it, the Typescript typings (@types/fluent__react) for this project is maintained here?
Otherwise please excuse this report.
When looking inside the typings for fluent-bundle, I see that there's a simple file to cover compat in the file compat.d.ts with this content:
But such a file is not present in the typings for fluent-react. This means that anyone doing
import {...} from '@fluent/react/compat'
in their Typescript project will experience compile error if compiling with "noImplicitAny".Can we please add a compat file for fluent-react also?