fix(glyph): pass merged props directly in table/pivot/word-cloud renders
Same bug as in the deckgl fix: `({ transformedProps })` destructures
undefined when the transform returns a flat object instead of wrapping
in `{ transformedProps: { ... } }`. The ECharts charts wrap (so they
work); table, pivot-table, and word-cloud don't, so they were rendering
their inner component with no props.
45 tests across the three plugins still pass.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> E
Evan Rusackas committed
c72e40496a1d6adc57dca86308b2aa4b993a04c8
Parent: 4cd4bb1