Hello guys, I am trying to build a site using frontity with infinite scroll feature on the site, but I am stuck at an error.
I tried copying the code from your sandbox: https://codesandbox.io/s/frontity-archive-infinite-scroll-hook-beta-vnxxq?file=/packages/mars-theme/src/components/archive/archive-page.js
But, when I am running the server in dev mode, the page is giving the error “ReferenceError: Container is not defined”
It seems that the error is in archive-page.js file
I have @frontity/[email protected] version installed for the project
Also, when I change the < Container> to < article>, in archive-page.js file, the page runs for a brief moment before turning to a blank page
EDIT: Here’s the screenshot of console when there’s a blank page after refresh https://snipboard.io/bLaeBw.jpg