Results 141 comments of Ovidiu Cherecheș

@sarahhayle Thanks for reporting this. `xmlhttprequest-ssl` is an indirect dependency of Cosmos. `socket.io-client` depends on it, but we can't just update it because newer versions of Socket.IO dropped support for...

@marienjus Please read [this](https://github.com/react-cosmos/react-cosmos/blob/main/docs/README.md#compilation). Also, your question has no relation to this thread.

@AlexFlasch Thanks for sharing your findings! I'll keep this issue open for future reference and in case anyone finds a solution for integrating Fast Refresh into Cosmos – I don't...

Spent some time today digging into this. For now, the only solution is to set `FAST_REFRESH=false` when running Cosmos as @AlexFlasch suggested [above](https://github.com/react-cosmos/react-cosmos/issues/1272#issuecomment-719602862). As for how to bring Fast Refresh...

Here's a rough issue breakdown based on the ideas above. ### Step 1: Integrate webpack-dev-server The main thing that needs to be validated is whether that Cosmos should migrate to...

I think the problem is that with CRA you need to put `cosmos.decorator.tsx` and any other source file inside `src`, otherwise it won't be compiled.

Hi @frankandrobot, thank you for the kind words! :) Unfortunately I can't answer this because I don't have experience with microbundle nor Rollup. There've been many discussions in the past...

Maybe the problem is that you call `console.groupEnd` _after_ `createElement` which runs child components immediately and logs their values to the console before the parent component finished. But I'm not...

@nderscore Thoughtful contribution! Sorry for taking so long to reply. The peer dependencies change sounds great. Had no idea `peerDependenciesMeta` existed and it seems like this projects needs it. The...

Oh man, that IE11 support is really holding us back. I'm open to upgrading `socket.io-client`, dropping support for IE11 and releasing Cosmos 6. I think it's sensitive to do this...