<div class="grid">
<ImpressionRecorder>
<div className="grid-item card story-card">
</div>
</ImpressionRecorder/>
</div>
Renders:
<div class="grid">
<div class>
<div className="card story-card">
</div>
</>
</div>
It would be ideal if it didn't add that extra wrapper. I can make this work by changing my css a little, but it breaks my grid.