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
I'm guessing the idea is to work towards 3, but it's a bit unclear where would the options for the adapter then come from? 3 has the additional problem of being pretty opaque on when the adapter is actually created - it would be the only adapter not explicitly created by the user.
I'd be happy to sync the documentation and the code to any one of these. My personal preference would be just going for 1 - it seems to be a bit out of place to have the actual adapter in config and option 3 has the abovementioned problems.
So, the behaviour for defaultAdapter is still a bit odd in my view.
As it is, there seems to be three different ways for it to work:
I'm guessing the idea is to work towards 3, but it's a bit unclear where would the options for the adapter then come from? 3 has the additional problem of being pretty opaque on when the adapter is actually created - it would be the only adapter not explicitly created by the user.
I'd be happy to sync the documentation and the code to any one of these. My personal preference would be just going for 1 - it seems to be a bit out of place to have the actual adapter in config and option 3 has the abovementioned problems.