-
Notifications
You must be signed in to change notification settings - Fork 42
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
TypeError: Object(...) is not a function #13
Comments
Hey @ShadyXV could you please post your full source code for the file you're using the HOC in? Also, showing the full error details ("15 stack frames were collapsed") could help. I'm on vacation currently, but should have time to check on this during my travels. Thanks! |
The hoc will automatically pass a |
|
I trying rendering Breadcrumbs in different ways but even just importing it fails with the same errors. |
Hey @ShadyXV I'll have to take a closer look at this in the near future. Not quite sure what might be happening as of yet. The build process recently switched (PR: #9) ... I wonder if there is possibly some unintended side effects from that. Could you try downgrading |
Yup. You are right.It's working now.Thank you. |
Fixes issue #13 by getting rid of .mjs extension
I am trying use this package but I am
![screenshot-2017-12-27 honeyguide apps](https://user-images.githubusercontent.com/11807140/34386586-8738308a-eb51-11e7-8d1c-f60c8c3a787e.png)
getting this error when I try to run the code you have posted in the Example.
I am importing Breadcrumbs and rendering
<Breadcrumbs/>
. Is this not the way to do it?The text was updated successfully, but these errors were encountered: