wellguimaraes/xtheme

createThemeContainer does not forward ref

Closed this issue · 1 comments

I am using createThemeContainer in a component that receives a ref, but it is not receiving it.

Oh, good catch. I've just pushed a small patch wrapping themeContainer with React.forwardRef (v0.0.4).
Please check. 😉