You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
The $transaction function type definitions do not support spread operator. Typescript complains that it is not able to map the Alert type onto the Comment type.
Bug description
The $transaction function type definitions do not support spread operator. Typescript complains that it is not able to map the Alert type onto the Comment type.
How to reproduce
Expected behavior
The $transaction function should allow passing in spread operator for transactional inserts on a variable length of unrelated items.
Environment & setup