Deprecated Endpoints
If you are using the AskUI library you may see this warning:
This endpoint will deprecate. Please upgrade your AskUI version
This means that you are using an AskUI version, which will stop working in the near future.
You can upgrade your AskUI version with the following command:
npm install askui@latest
If this does not work, try the following steps:
- Delete your
node_modules
folder - Check the latest version of
askui
in yourpackage.json
3 Runnpm install
to reinstall AskUI