Closed yogendrajs closed 4 years ago
Same thing here. Have you found an answer yet?
Same thing here. Have you found an answer yet?
Not yet. Hey contributors, can you pls help to resolve it?
What kind of component do you use where you have that error?
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!
Actually I have faced the same problem, so simply I put img tag instead of MDBAvatar and it worked.
What if I have the pro version and still have the error tag? How do I get rid of this error?
First, 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?