serdiukov-o-nordwhale
serdiukov-o-nordwhale
We have now a lot of components using Lottie. During the #1541 fix base class for animted components was created But inheritance in prohibited in React, composition is preferred as...
if we have a few streams of events (connect-disconnect) better to use use rxjs to aggregate the states (with ‘all’) condition * [ ] as useXXXConnection hooks haven’t used anywhere...
* [ ] Usage of `className` React prop (even it's done in .web.js file) * [ ] Function components cannot be given refs. Attempts to access this ref will fail....
All stubs/backdoors (e.g. something exposed to the `global`) for automated testing should be added if we're running tests only. We should check for `isE2ERunning` flag from `src/lib/utils/platform` You could find...
Testing with the real database (despite it’s dev instance) isn't a good option. Generally any backend should be mocked during tests as a) we want to test especially our code...