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 was archived by the owner on Aug 14, 2025. It is now read-only.
I upgraded React from 15.x to 16.x today. Is it possible to use this package with React 16.x ?
Im using React with Meteor and i get this Error when i try to Import the ImageHelper:
SyntaxError: import declarations may only appear at top level of a module
and a warning that i need React 15.x:
react-preload@0.6.0 requires a peer of react@^15.0.0 but none is installed.