Open freshgum-bubbles opened 1 year ago
Latest commit: c8889a9d72b4040f0db9bc4a7d55b261186253ac
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Replace the useless
Lazy
function with a newLazyRef
function in contrib.Unlike
Lazy
, theLazyRef
function is actually... well, lazy -- it creates a reference host, much likeTransientRefHost
, which allows for creating an instance of the given reference at any time.