You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
"Textarea does not automatically recalculate size if it's parent container
changes size" (#71). This adds a tiny dependency on fast-shallow-equal and
pairs it with a custom hook to be able to detect shallow changes to a style
object if it gets passed. We also are now resizing using a ResizeObserver,
if it's supported, as well as if a provided className changes.
can now pass a callback-style ref instead of only the createRef or useRef variant object that has a current property; allows for tools like react-hook-form to work with this project (#52)