I have a page builder from a graphql API that allows me to activate blocks on pages.
My form code is present, but a boolean determines whether the component is rendered.
Due to this, Netlify is not detecting the form on load and I’m not sure how to force its detection postload. Using NextJS. Build is clean