Not , but I fixed this locally in 4.22 by changing some of the custom code nodes.
In both the “Density Raymarch” & “Raymarch Cube Setup” nodes in “M_VolumePreview_01”, “M_VolumeRayMarch_Lit_LinearSteps_Preview_NoCurl” etc, you need to replace any occurances of “Primitive.Member” to “GetPrimitiveData(Parameters.PrimitiveId).Member”, where Member is replaced with whatever the code is using in each instance.
This change got the test maps for 3D Fluids back up and running for me. I’ve only tried the 3D fluids test maps, I reckon there’s more instances of that, which would need to be resolved as and when you use them.