Skip to content

Optional props, performance update

Compare
Choose a tag to compare
@Jesperpaulsen Jesperpaulsen released this 10 Apr 12:23
· 13 commits to main since this release

Props are now optional if the Manager do not require any props.

Object.assign is used instead of the spread operator due to performance.