Plasmic failing hydration due to invalid HTML

Solved! The problem was we hadn’t loaded it in fetchComponentData

  const plasmicData = await PLASMIC.fetchComponentData(/* it needed to go here */)
1 Like