wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

ImageSearch.rt.js:45 Uncaught ReferenceError: InfiniteScroll is not defined #205

Closed hoomb closed 7 years ago

hoomb commented 7 years ago

I'm getting the error "ImageSearch.rt.js:45 Uncaught ReferenceError: InfiniteScroll is not defined" once I try to run sample. I think the main reason is "<!doctype rt InfiniteScroll="InfiniteScroll">" deprecated. How can I fix and run the code?

hoomb commented 7 years ago

replacing the line with this one has solved the issue:

<rt-import name="*" as="InfiniteScroll" from="app/imagesearch/InfiniteScroll"/>