sambernard / react-preload

Component to preload images before showing content
MIT License
148 stars 48 forks source link

Cannot import preload #33

Open Rowleen opened 6 years ago

Rowleen commented 6 years ago

This is the error that I get when I try to use preload in my project.

(function (exports, require, module, __filename, __dirname) { import _Preload from './Preload';

sambernard commented 6 years ago

@Rowleen do you have any more details? What tools are you using (webpack?).

Do you have a test case so I can reproduce?

elliottjro commented 5 years ago

I believe this is happening due to SSR, got it working by moving preload require inside react componentDidMount but ideally react-preload would work with SSR