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
Currently the renderAs prop do not allow to compose using Components from the library itself
To Reproduce
In a TS project add
import React from 'react'; import { Content, Notification } from 'react-bulma-components'; function App() { return <Content renderAs={Notification} color="success">Any data</Content>; }
See errors
Expected behavior
html
Versions
react-bulma-components:
bulma
react
The text was updated successfully, but these errors were encountered:
will fix asap.
Sorry, something went wrong.
@kennethnym Thanks!
seems like this is fixed. closing
kennethnym
No branches or pull requests
Currently the renderAs prop do not allow to compose using Components from the library itself
To Reproduce
In a TS project add
See errors
Expected behavior
html
Versions
react-bulma-components:
: 4.0.0-RC.1bulma
: 0.9.2react
: 17The text was updated successfully, but these errors were encountered: