Skip to content

Commit

Permalink
fix: regression - watchQuery notify on network change causing full re…
Browse files Browse the repository at this point in the history
…fresh of component
  • Loading branch information
plondon committed Feb 12, 2023
1 parent 5db12f0 commit a4a2848
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@ export class Map3 {
},
},
}),
defaultOptions: {
watchQuery: {
notifyOnNetworkStatusChange: true,
},
},
headers: {
Authorization: 'Bearer ' + this.config.anonKey,
'x-map3-user': this.config.userId,
Expand Down

0 comments on commit a4a2848

Please sign in to comment.