Page 1 of 1

prototype change causes a problem in stimulsoft

Posted: Sat Feb 19, 2022 1:00 pm
by Amir.gh199
Hi
we have a problem in Stimulsoft designer js when we change our Array prototypes the designer does not open the report file and we don't get any error for this. when we comment on this prototype change everything is ok. our extension methods name is completely different from the Stimulsoft methods name. we are using angular 11 and Stimulsoft of version 2022.1.1

Re: prototype change causes a problem in stimulsoft

Posted: Tue Feb 22, 2022 12:49 pm
by Lech Kulikowski
Hello,

Please send us your request with detailed description on support@stimulsoft.com.

Thank you.

Re: prototype change causes a problem in stimulsoft

Posted: Sat Apr 06, 2024 2:59 am
by mariahcarey
If modifying the Array prototype is essential for your application and you cannot avoid it, consider alternative approaches such as creating utility functions instead of modifying built-in prototypes. This can help mitigate conflicts with other libraries and frameworks. wordle

Re: prototype change causes a problem in stimulsoft

Posted: Sun Apr 07, 2024 7:16 pm
by Lech Kulikowski
Hello,

Thank you for your suggestion.