Kaio Felipe Silva

Results 7 comments of 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. ![image](https://user-images.githubusercontent.com/41922744/66209191-35dd8d00-e68d-11e9-85c2-9bbbea64f5cc.png) 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? 🙏🏽

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?