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 think most of the people who use the library will face a lot of problems because of the changes in the V8+ and the fact that the documentation (and examples) are still reporting to the v7.
The new additionalUrlParams is really a plus in a way of the parameters are handled, and it's really easier, but I lost a lot of hours trying to understand how to make this work along with the rest since the project wouldn't compile with the accessType (since it's not in IPartialConfigOptions).
The text was updated successfully, but these errors were encountered:
You're right, things got in the way and this library didn't get the love it deserves. I'll try to clear out some time and document everything better + getting the example up-to-date.
I think most of the people who use the library will face a lot of problems because of the changes in the V8+ and the fact that the documentation (and examples) are still reporting to the v7.
As an example, this is what I was doing before:
But because of the changes now we have to do this:
The new additionalUrlParams is really a plus in a way of the parameters are handled, and it's really easier, but I lost a lot of hours trying to understand how to make this work along with the rest since the project wouldn't compile with the accessType (since it's not in IPartialConfigOptions).
The text was updated successfully, but these errors were encountered: