You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Hi there,
I've used your package in a project and it seems to fail the image loading, enter in the onError callback with this error: this.updater.enqueueCallback is not a function
even though the image exists.
I've been looking around for the cases this error was thrown and this react issue thread explains that the package installation brings an older version than react since it's listed as a dependency not as a peerDependency: facebook/react#10320 (comment)
Please, can you apply this quick fix ?
The text was updated successfully, but these errors were encountered:
Hi there,
I've used your package in a project and it seems to fail the image loading, enter in the onError callback with this error:
this.updater.enqueueCallback is not a function
even though the image exists.
I've been looking around for the cases this error was thrown and this react issue thread explains that the package installation brings an older version than react since it's listed as a
dependency
not as apeerDependency
:facebook/react#10320 (comment)
Please, can you apply this quick fix ?
The text was updated successfully, but these errors were encountered: