v1.0.6
- Fix bug where
memo
components wrappingforwardRef
components would error
This bug can occur with any special component wrapped by memo
, so the same applies for lazy
and other special components.
memo
components wrapping forwardRef
components would errorThis bug can occur with any special component wrapped by memo
, so the same applies for lazy
and other special components.