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
the native-url is a popular package and used by next and many other popular packages, so it's important to keep dependencies up-to-date :)
Use URLSearchParams instead
Actual Behavior
The native-url npm package is using the querystring package which is deprecated.
You can see more details about the deprecating of the querystring package here.
Steps to Reproduce the Problem
You can do npm install and you'll see the npm Deprecation warning