In attempt to translate material-ui autocomplete. passing props from render-prop function down will break with a Error: Doesn't support namespace: ref error
Consider translating the following component to hx
note Im using bean and not ->clj since it seems that if you recursively convert the whole object it wont work. in fact i was only able to change inputProps prop, by merging with js directly using Object.assign like this :
In attempt to translate material-ui autocomplete. passing props from render-prop function down will break with a
Error: Doesn't support namespace: ref
error Consider translating the following component to hxThat will throw
Error: Doesn't support namespace: ref
. The workaround was using clj-bean as so :note Im using
bean
and not ->clj since it seems that if you recursively convert the whole object it wont work. in fact i was only able to change inputProps prop, by merging with js directly using Object.assign like this :where inputProps-clj is :