Kaio Felipe Silva
Kaio Felipe Silva
[Remo.co](https://remo.co/) is good reference too.
This is the default behavior in the jitsi. He notifies when someone disconnected.  This is an issue? @juliemar
My workaround for this issue: ```jsx const BaseComponent = withMyHOC( forwardRef(({ children, ...rest }, ref) => { return {children}; }) ); // added a comment explain this const Component =...
@StanBeckers @bcaudan any updates here? 🙏🏽
Any updates here? I would like these feature too.
I remove the `esbuildJestOptions` config and works with [default configuration](https://github.com/pradel/create-react-app-esbuild/blob/main/packages/craco-esbuild/src/index.js#L73-L80) ```js plugins: [ { plugin: CracoEsbuildPlugin, options: { esbuildLoaderOptions: { // Optional. Defaults to auto-detect loader. loader: 'jsx', // Set...
@pradel can we generate a canary version to test it?