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
👋 Hi, I noticed the associated PR for this issue was closed in favor of #4513. Does that resolve this issue, or is there more work to be discussed here?
Hi! This issue has been marked as stale because it has been open with no activity for 180 days. You can comment on the issue or remove the stale label to keep it open. If you do nothing, this issue will be closed in 7 days.
Problem statement
Right now many consumers use our utils functions. They do so because the utils are available, but not via a nice path.
For example this search (employees only) shows a few callsites of people importing
ForwardRefComponent
anduseIsomorphicLayoutEffect
.Proposed solution
We expose
utils
as a proper path, with re-exports, so one can write, for example:as opposed to the current:
The text was updated successfully, but these errors were encountered: