Skip to content

Components now allow passing spread and identifier expressions as props

Choose a tag to compare

@thetutlage thetutlage released this 14 Jul 09:06

The following syntax will work like a charm

@component('button', {
  ...someObject
})
@component('button', someObject)
  • fix: remove unused import b24a9f0
  • chore: update dependencies c66e9bd
  • feat: add support for spread operator and identifier in component data param e431e60

v5.2.2...v5.3.0