Results 141 comments of Ovidiu Cherecheș

> If not too much effort please update to latest @testing-library/react A contribution would be appreciated, I'm running low on spare time at the moment. > I find create-react-app includes...

@rkuykendall socket.io 2.3 dropped IE compatibility indirectly, as [noted here](https://github.com/react-cosmos/react-cosmos/blob/435c0b2be70fa756237d3bccdf8c0b205bf501bc/DEBT.md?plain=1#L16). I've been working on and off on React Cosmos v6 which gives up IE11 and old Node versions. Can't give...

FastImage can only be used in Expo with a [custom development client](https://docs.expo.dev/development/introduction/). See [the pinned response](https://expo.canny.io/feature-requests/p/react-native-fast-image). You have to do some reading to understand how it works but after you...

@maxstoyanov Good point! Moving the docs to the website is next in line, for those very reasons: Ease of navigation and overall professionalism for the project.

Left this open over the years until I could honestly check the last bullet related to having a docs website instead of one long README. I'm happy to say that...

@IgnusG PnP compatibility should be fixed in v6. - Please check out the [migration guide](https://github.com/react-cosmos/react-cosmos/blob/main/docs/MIGRATION_V6.md) if you want to try it out. - Also updated the [pnp-example](https://github.com/react-cosmos/pnp-example) repo and created...

@davidroeca PnP compatibility should be fixed in v6. - Please check out the [migration guide](https://github.com/react-cosmos/react-cosmos/blob/main/docs/MIGRATION_V6.md) if you want to try it out. - Also updated the [pnp-example](https://github.com/react-cosmos/pnp-example) repo and created...

Check out the new Vite plugin, should be a good inspiration if anyone's still interested in integrating microbundle. About 50 lines for the Cosmos dev server plugin https://github.com/react-cosmos/react-cosmos/blob/6aefc11752c44ad442dfeccd47858f59aa7cf605/packages/react-cosmos-plugin-vite/src/viteDevServerPlugin.ts#L11-L52 And another...

Not relevant anymore so closing this. `getFixtures` not longer uses `require.context`.