Results 16 comments of msimou

I tried all the above cases, and none of them worked. However, while I was trying to create a repo for you to use, I noticed a couple of things:...

I'm using Chrome v127.0.6533.88. Indeed, I'm running on headless mode, but using the `--headless=new` flag. Also, I don't think I use google workspace.

Feel free to check this [draft](https://github.com/electric-sql/electric/pull/2237) - I did some changes on the `ElectricProvider` and added support for `RSC`.

What's the required change for this feature? Reading the code of [@electric-sql/react](https://github.com/electric-sql/electric/blob/main/packages/react-hooks/src/react-hooks.tsx) package, it seems that we need to extend the [UseShapeOptions](https://github.com/electric-sql/electric/blob/main/packages/react-hooks/src/react-hooks.tsx#L157C4-L157C19) options to acccept a `shape` option. With that...

Thank you for sharing that. I'm thinking of experimenting over the weekend to see how much I can achieve.