Hello All,
I have build all PCF controls using msbuild /p:configuration=Release mode but when i run solution checker on my complete solution which includes few PCF controls and customization changes then i got below bundle.js error. How can we make our solution rid of this error in development environment.
Issue
a.top*n references 'window.top' or 'window.parent.parent'. This will likely result in cross-origin security errors when hosted outside of the primary web client. Develop an alternate approach.
Issue
For most comparisons the strict equality comparison algorithm is the appropriate choice as it will return the expected results. The strict operators, === and !==, handle null and undefined values as expected.
