-
Notifications
You must be signed in to change notification settings - Fork 3
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
Provide react-bootstrap Level of Support #3
Comments
The following is required to support JSX syntax inside of
|
One will need to use a multi-phase compilation project, first using See: https://www.typescriptlang.org/docs/handbook/babel-with-typescript.html |
The |
See: #4 |
As raised by @richtera - the library lacks Typescript definitions, and does not support the use of
ref
as our functional components need to make use ofReact.forwardRef
.React.forwardRef
where needed.See:
The text was updated successfully, but these errors were encountered: