Gary
Gary
VSCode & VSCode-Insiders are out, those are good text processors created by Microsoft Team. There's a bunch of support from the Community and the Dev team to this tool actively,...
Confirming that @scottccoates mentioned above. I had Tailwind definitions at the top of the file and then a font Google Font import afterwards like this ```css /* ./styles/globals.css */ @tailwind...
At this point, I'm unsure, but I believe it had to do with **WCT** (Web Components Tester) not transpiling the modules when running the tests, and as **WCT** worked with...
Hi @shilman, I've had a look around the **Panel.tsx** component in the Jest Addon. I could try to play around with the styles definition for **SuiteHead** so it follows a...
@domyen sounds good, so we are looking for a standard implementation on **TabsState** component from the **lib**, with something like what you mentioned above? I'll work on a possible solution...
Applied temporary `patch-package` with the fix the problem is still occurring but less frequently. Here's an example: https://codesandbox.io/s/cycle-update-bug-vdphjp?file=/src/App.tsx Drag a bunch of `Draggable` elements into the layout as floating windows,...
I've updated the solution in this case removing the `uuid`. I tried to let `rc-dock` handle the `id` on it's own, but it seems it's not possible, if not provided...