I'm creating a DataLayer component to interact with google tag manager in an isomorphic way.
And thus far this works great, because I collect the events using my DataLayer component, and generate a javascript snippet with the dataLayer variable set to the rewinded data of the component.
But when the client application loads, it calls handleStateChangeOnClient with the same values, even though the properties of the rendered components didn't change.
Is there a way to circumvent this?