mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
options: fix default compare function
This commit is contained in:
parent
58dea8efe2
commit
d2e7702796
@ -4,5 +4,5 @@ export interface ConnectorOptions<T> {
|
||||
}
|
||||
export const defaultConnectorOptions = {
|
||||
unsubscribeGraceTime: 200,
|
||||
compare: (a: any, b: any) => a === b,
|
||||
compare: Object.is,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user