jaredpalmer/the-platform

Img component is broken

collegeimprovements opened this issue · 2 comments

It asks us to install react-cache and once that's installed it throws another error:

TypeError
Cannot read property 'readContext' of undefined

CodeSandbox Link: https://codesandbox.io/s/jvnqvw17qv

This is the issue with react-cache itself.

You can check facebook/react#14575 for more details.

Also, it's advised, not to use react-cache in production apps just yet because the API is not ready and it's highly unstable at the moment. (early alphas).

duplicate of #66 (comment)