Following instructions as per the docs for working with multiple environments, I duplicated my project to connect it to the localhost app host, leaving the main project connected to the production server.
Everything seemed fine initially, until I realized some functionality was broken. It looks like the duplication caused some of the component props to lose their configuration for dynamic values.
Is this normal?