Skip to content
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

fix(component): Remove default export from Breadcrumb #150

Merged

Conversation

tulup-conner
Copy link
Collaborator

Breadcrumb is uncallable right now in the standard convention:

import {Breadcrumb} from "flowbite-react";

Since I export default'd. This changes that to a named export so the module can be imported like above.

`Breadcrumb` is uncallable right now in the standard
convention:

```js
import {Breadcrumb} from "flowbite-react";
```

Since I `export default`'d. This changes that to a
named export so the module can be imported like
above.
Copy link
Collaborator

@rluders rluders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@rluders rluders merged commit 511a86c into themesberg:main May 21, 2022
@tulup-conner tulup-conner deleted the fix/breadcrumbs-default-export branch May 21, 2022 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants