prototype change causes a problem in stimulsoft

Stimulsoft Reports.JS discussion
Post Reply
Amir.gh199
Posts: 1
Joined: Sat Feb 19, 2022 12:40 pm

prototype change causes a problem in stimulsoft

Post 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
Attachments
problem.gif
problem.gif (2.53 MiB) Viewed 1298 times
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: prototype change causes a problem in stimulsoft

Post by Lech Kulikowski »

Hello,

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

Thank you.
mariahcarey
Posts: 1
Joined: Sat Apr 06, 2024 2:51 am

Re: prototype change causes a problem in stimulsoft

Post 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
Lech Kulikowski
Posts: 6266
Joined: Tue Mar 20, 2018 5:34 am

Re: prototype change causes a problem in stimulsoft

Post by Lech Kulikowski »

Hello,

Thank you for your suggestion.
Post Reply