threepointone/glamor

Cannot find module 'fbjs/lib/memoizeStringOnly' error

Closed this issue · 4 comments

With update to version 2.17.7 glamor started to complain in our tests:

Cannot find module 'fbjs/lib/memoizeStringOnly' from 'index.js'

      at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:144:17)
      at Object.<anonymous> (node_modules/glamor/lib/CSSPropertyOperations/index.js:20:26)
      at Object.<anonymous> (node_modules/glamor/lib/index.js:81:30)

Rolling back to 2.17.6 fixes that. 2.17.8 has the same behavior.

Sorry about that, I missed a dependency after vendoring CSSPropertyOperations from React. Fixed and live in 2.17.9. Thanks for the catch!

bah, made a mistake, please try 2.17.10.

Everything is working, tests are passing, thank you!

cheers 👍🏽