Skip to content

v0.24.1 - Introduce props.getAll() for custom elements

Pre-release
Pre-release

Choose a tag to compare

@staltz staltz released this 22 Jun 10:24
· 3132 commits to master since this release

props.getAll() was introduced as an equivalent to props.get('*') for custom elements. The former allows better integration with TypeScript. See issue #138