I created custom data provider component, was able to load products in the studio, but when I go to localhost, getting following error:
But in the studio its fine:
Project: Plasmic
I created custom data provider component, was able to load products in the studio, but when I go to localhost, getting following error:
But in the studio its fine:
Project: Plasmic
Hey @pavlo_tsyhanok,
The issue means that the server did not render the same things as the client.
You can read how to solve this issue here, by using our query hook: Querying data with code components | Learn Plasmic