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

Wrong documentation for BreadCrumb component #100

Closed
leandrohsilveira opened this issue Sep 16, 2017 · 1 comment
Closed

Wrong documentation for BreadCrumb component #100

leandrohsilveira opened this issue Sep 16, 2017 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.

Comments

@leandrohsilveira
Copy link

leandrohsilveira commented Sep 16, 2017

Look just a little mistake, but took to much time to find what's wrong when the app crashes at runtime.
That happened because i've copied the import form the showcase to the project.

Here what showcase says:

import {Breadcrumb} from 'primereact/components/breadcrumb/Breadcrumb';

How should it be:

import {BreadCrumb} from 'primereact/components/breadcrumb/BreadCrumb';

Just a camelcase mistake on Breadcrumb -> BreadCrumb.

I like this library, keep the good work :)

@mertsincan mertsincan self-assigned this Sep 17, 2017
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label Sep 17, 2017
@mertsincan
Copy link
Member

Thanks a lot, @leandrohsilveira ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants