iari
02/10/2022, 1:35 PMfunctionalComponent function is gone and there is a new FC function that uses some new ChildrenBuilder api as opposed to the RBuilder which moved to kotlin-react-legacy.
Apparently the kotlin-styled package is updated to 1.6 but still only uses the legacy RBuilder api - that gives me troubles with all my helper functions, since I'm in the new environment with a ChildrenBuilder in my handy but now cannot call RBuilder.styledDiv anymore.aerialist
02/10/2022, 6:45 PMStylianos Gakis
02/13/2022, 1:01 PMstyledX alternatives in your project though. Is the idea that these are just not needed with the new FC alternative or what? Kinda confused with how these two suddenly don’t work with each other due to being in a different context.