Closed arnautov-anton closed 3 years ago
Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
dist/index.js | 217.82 KB (+0.04% 🔺) | 4.4 s (+0.04% 🔺) | 476 ms (+3.97% 🔺) | 4.9 s |
dist/index.css | 8.17 KB (0%) | 164 ms (0%) | 0 ms (+100% 🔺) | 164 ms |
Changing
options
property in eitherFlatFeed
orNotificationFeed
would not trigger re-fetch with newly updated options. Moved refresh toFeed
, addedLodash.isEqual
to compare if anything changed and added this reference to it's own effect dependency array. Also addednotify
property to trigger subscribe/unsubscribe effect.