ImageSearch.rt.js:45 Uncaught ReferenceError: InfiniteScroll is not defined
hoomb opened this issue · 1 comments
hoomb commented
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
replacing the line with this one has solved the issue:
<rt-import name="*" as="InfiniteScroll" from="app/imagesearch/InfiniteScroll"/>