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
But now, both Provide and ProvideValue only support singleton likely mode, for Provide which only create value when first invoked. In sometimes, it's useful to create a new instance whenever it invoked.
The text was updated successfully, but these errors were encountered:
First, this is a amazing project.
But now, both Provide and ProvideValue only support
singleton
likely mode, forProvide
which only create value when first invoked. In sometimes, it's useful to create a new instance whenever it invoked.The text was updated successfully, but these errors were encountered: