I have installed a package of HTML sanitizer in my local(v7.0.0). it works fine in my local. So I built the code and deployed to server. But in the server the sanitizer page gets encountered with error wherever I have put sanitizer methods in the code
I am expecting that the sanitizer method gets cleared successfully and the input fields doesn't allow cross scripting
Got the issue that was bugging. The issue was due to the version mismatch between the server and my local. Now it's sorted out.