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

Incompatible with [email protected] #659

Closed
hsz opened this issue Oct 11, 2017 · 7 comments
Closed

Incompatible with [email protected] #659

hsz opened this issue Oct 11, 2017 · 7 comments

Comments

@hsz
Copy link

hsz commented Oct 11, 2017

recompose package has been updated to 0.26.0 - with updated library I get:

withGoogleMap.js:71 Uncaught TypeError: (0 , _recompose.createEagerFactory) is not a function
    at withGoogleMap (withGoogleMap.js:71)

With above update, they have removed createEagerElement and createEagerFactory methods.

Ref: acdlite/recompose@c830f18

@tomchentw
Copy link
Owner

@hsz got it. It's interesting, since recompose is listed under dependencies as ^0.25.0, which shouldn't be able to be upgraded to 0.26.0

@hsz
Copy link
Author

hsz commented Oct 11, 2017

@tomchentw My project also uses recompose and I've updated it manually to 0.26.0 - that's why react-google-maps inherited it and we have a conflict.

@tomchentw
Copy link
Owner

Got it. Fixing it now

@tomchentw
Copy link
Owner

Released v8.4.2

@roybigapps
Copy link

I still getting this error on production server

@tomchentw
Copy link
Owner

@roybigapps could you elaborate which react-google-maps version you're using?

@roybigapps
Copy link

roybigapps commented Oct 30, 2017

I am using 8.3.5.
fresh install of recompose.
@tomchentw The weird part is that I cant even find "createEagerFactory" in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants