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
@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
awesome!
does workspaces work completely now with react 19?
We are barely starting to use them but so far no more issues
great! Released
thanks
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!