Attempted import error: 'MDBAvatar' is not exported from 'mdbreact'.
See original GitHub issueFirst, I installed mdbreact package from npm. After adding the Component it is showing the following error. My React version is 16.12.0.
Attempted import error: 'MDBAvatar' is not exported from 'mdbreact'.
Can anyone help me to resolve this issue?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Attempted import error: 'MDBAvatar' is not exported from ' ...
MDBAvatar is available in the pro version of mdbreact. This error occurs because you're trying to import this in the free version.
Read more >Why is MDBAvatar not being exported from mdbreact after I ...
p>Attempted import error: 'MDBAvatar' is not exported from 'mdbreact'.</p>
Read more >mdbreact
Start using mdbreact in your project by running `npm i mdbreact`. ... npm install --save mdbreact; Import style files into the src/index.js ...
Read more >Attempt import error: 'MDBSideNav' is not exported from ' ...
Attempt import error : 'MDBSideNav' is not exported from 'mdbreact' ... import { MDBInput, MDBNavbar, MDBNavbarNav, MDBNavItem, MDBNavLink, ...
Read more >attempted import error is not exported from typescript
attempted import error mdbavatar is not exported from mdbreact. Hi, All premium components marked in our documentation as Pro are available in MDB...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
MDBAvatar
is available in the pro version of mdbreact. This error occurs because you’re trying to import this in the free version.Oh, got it. Thanks!