There is a bug how React handles the body / head code loading on agent pages.
Here’s how to reproduce the issue:
- Add for example styling () in the body area of the whole site.
- Open an agent in the studio
- Styling is not applied
- Reload page and it is applied
How this should work
- Add styling to body code area
- Open an agent in the studio
- Code / styling is loaded every time with out the user needing to reload the page