Problems with entering react in webflow

hello everyone, I followed this guide to integrate react into my websiteflow:

Unfortunately it doesn’t work and I don’t know why … the component should appear in the home at the bottom under the footer. Can anyone help me?

Thank you


Here is my site Read-Only: https://preview.webflow.com/preview/multimmobiliare?utm_medium=preview_link&utm_source=designer&utm_content=multimmobiliare&preview=e3da064a9993e9b0ab4d1e6dfdf2d8e6&mode=preview

this the site published: https://multimmobiliare.webflow.io/

For issues with custom code you need to share the published site also.

1 Like

Fix your Before body tag code.
From:
<script src="https://s3.eu-central-1.amazonaws.com/aptonbucket/bundle.js">
To:
<script src="https://s3.eu-central-1.amazonaws.com/aptonbucket/bundle.js"></script>
:see_no_evil:

Yes it was as you wrote before … Today I put my hand to try to make it work and I left it like this … But before it was as you wrote me and it didn’t work anyway, so the problem must be something else …

I also tried to put a component on another page: “il gruppo” them seems to me to have left it right, but it doesn’t work anyway.

Well I tested your code bundle.js myself and it worked as expected. See this project. You should close your script tag in any case. Perhaps you have a style conflict in your design or maybe the div shouldn’t be nested. :man_shrugging:

I removed the div from the section and now it works … Thank you very much !!