Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ShareEntryLinkedList): Correctly propagate share data
`this.shares.unshift` mutates the share object for every component that uses the share mixin. Using the immutable approach changes the array reference which makes the mixin lose track of the share object. It would have been better to bubble up the share object but here we are :) Signed-off-by: fenn-cs <[email protected]>
- Loading branch information