Ziad Beyens

Results 91 comments of Ziad Beyens

It would result into errors as the store needs to be created before the children subscribe to it using hooks. I've tried to fix the timing issue to no avail...

Looks like I can't access the sandbox. I was initially hiding the floating on unfocus but that brought other bugs to fix. The floating link store https://github.com/udecode/plate/blob/d9680868cfa3e66a337805011264b4f9ff749c58/packages/nodes/link/src/components/FloatingLink/floatingLinkStore.ts#L5 is global so...

Done in v22 https://github.com/udecode/plate/pull/2472

Plate normalizes the selection here https://github.com/udecode/plate/blob/6908674582d89f6d4bdc5d23b14608b3ccf0cc03/packages/table/src/withSelectionTable.ts#L25 Your example is showing a row selection, but we also support column selection which does not work in Firefox: https://github.com/udecode/plate/assets/19695832/e2ea9ba6-bc17-455f-ab46-fc95e1ab2f3f

Thanks for the hard work @WcaleNieWolny, you deserve more than the initial bounty, so I've doubled it.

styled-components is gone 🎉 Fixed in v22 https://github.com/udecode/plate/pull/2472

Fixed in v22 https://github.com/udecode/plate/pull/2472

From @dylans: --- We did make the full switch to esm which was painful so our package.json for the package that includes plate has these options: ```json "type": "module", "exports":...