Jesper Lund
Jesper Lund
Hey Adriano Thank you for creating this library! As you probably have seen I've created a React wrapper for it. After doing this I have received some requests for drawing...
## Introduction We are building a React Native app, and we are using [redux-persist](https://github.com/rt2zz/redux-persist) together with [redux-persist-filesystem-storage](https://github.com/robwalkerco/redux-persist-filesystem-storage) to store data on the phone. ## The issue We are experiencing that...
## Description Of Changes * Added `channel: GroupChannel` to `RenderMessageProps` in order to able to render correct message status using newly exported utils function `getOutgoingMessageState(channel, message)` ## Reason The built-in...
### Steps to reproduce Link to live example: https://codesandbox.io/s/youthful-chaplygin-lw7d8y?file=/src/demo.tsx Steps: 1. Create a React app with `@mui/material` and `@mui/x-data-grid`. 2. Do the recommended setup for [theme scoping from official MUI...
### What problem will this feature address? If they could run in parallel instead of sequential it would save a lot of time. ### Describe the solution you'd like Being...