79382652

Date: 2025-01-23 21:48:19
Score: 1
Natty:
Report link

In your react component.

useEffect(() => {
    if (window.Trustpilot)
      window.Trustpilot.loadFromElement(document.getElementsByClassName('trustpilot-widget')[0]);
  }, []);

Force in useEffect to load the widget. That solve the issue for us.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Roberto Armas