fulcro

Eric Dvorsak 2025-08-28T08:13:25.573789Z

Anyone started looking into migrating workspaces to latest fulcro with react 19? • core worspaces use a react-grid-layout which do not support react v19 and expects >=v16 but up to v18. • enforcing usage does not work since under the hood it use findDOMNode which is outdated

Eric Dvorsak 2025-08-28T10:32:57.375639Z

@tony.kay I realize you already did all the work, the issue was actually that shadow-cljs adds an outdated version of react-grid-layout automatically if none is present in your project. I added something in the readme and also got rid of cljsjs in workspaces

Eric Dvorsak 2025-08-28T10:32:59.369889Z

https://github.com/awkay/workspaces/pull/7/files

tony.kay 2025-08-28T11:01:43.022599Z

awesome!

tony.kay 2025-08-28T11:01:53.515299Z

does workspaces work completely now with react 19?

Eric Dvorsak 2025-08-28T11:08:39.811599Z

We are barely starting to use them but so far no more issues

tony.kay 2025-08-28T11:09:56.513689Z

great! Released

tony.kay 2025-08-28T11:10:04.669749Z

thanks

huangzlong 2025-08-28T16:17:20.694119Z

Is workspaces still usable? I tried using it before but ran into some issues that prevented me from using it properly. Could the community provide more detailed examples and some API docs for fulcro3? Thanks in advance!