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
fix(node): Allow use of NodeClient without calling init (#11585)
This needs exporting so that the `NodeClient` can be used without
calling the Node `init`.
There is a lot called in the Node init that is a hard requirement for
the `NodeClient` to function. Should these not be called in the
constructor?
0 commit comments