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
One thing we noticed today: since null is an allowed value for CallbackLink, there's no need to use Null<CallbackLink>, instead the type itself should be defined as abstract CallbackLink(Null<LinkObject>), right?
Because we can!
The text was updated successfully, but these errors were encountered: