Hi All,
We developed a ribbon utility function in TypeScript, set "strict" "compilerOption" to "true", and here are the first three line of generated JavaScript which are loaded into D365,
"use strict";
/*
* Copyright (c)
Solution checker flags the first line of our generated code with a "Medium" severity "web-use-strict-mode" issue..
Does anyone know if this issue is a problem with our code or with Solution Checker??
If with our code, then does anyone know how to resolve the issue?
Thanks for your time and any help
Jason Hammerle