Orhan Tozan
Orhan Tozan
### Describe the Bug zoomOnPinch={false} and zoomOnDoubleClick={false} doesn't work on mobile. It still lets you zoom in when pinching or double clicking. ### Your Example Website or App _No response_...
Right now the `liveData { .. }` coroutine builder API is missing: https://developer.android.com/topic/libraries/architecture/coroutines#livedata
As @digitalbuddha recommends (https://github.com/dropbox/Store/issues/193#issuecomment-671104053), I'm backing my two stores with the same source of truth: Given the following two stores: - `UsersStore: Store` - `UserStore: Store` and both using the...
What does it mean when a Store emits StoreResponse.NoNewData? Documentation says only the following: ``` /** * No new data event dispatched by Store to signal the [Fetcher] returned no...
Before: After: By changing the display from the svg from the default "inline" to "block", the svg and parent div get the same height (which I think is the intended...