cannot set properties of null (setting 'parserConversionStore')

Stimulsoft Reports.JS discussion
Post Reply
mrapi
Posts: 284
Joined: Sat Dec 20, 2008 1:08 am

cannot set properties of null (setting 'parserConversionStore')

Post by mrapi »

Hi
I got 2 errors in console:
StiRenderProvider3: Cannot set properties of null (setting 'parserConversionStore')
StiReport3: Cannot read properties of null (reading 'pageNumbers')
I'm using latest stimulsoft js version (2025.4.2),I've attached a project to reproduce the messages

the issue could be of some empty data parts got from request api:

Code: Select all

 
 const data =
            {
                "tb": [],
                "tb2": [],
                "tb3": [],
                "tb4": [
                    {
                        "ID": 0,
                        "NRREZ": 1,
                        "NRCAZ": 7,
                        "NRAOP": 0,
                        "NRINDIS": 0,
                        "NRPCAZ": 0,
                        "NRPR": 9,
                        "NRPS": 0,
                        "NRPI": 0,
                        "NRPE": 0,
                        "NRCAZDINREZ": 0,
                        "NRCAZDINREZD1": 0,
                        "NRREZINCURSD1": 0,
                        "GROC": 0
                    }
                ]
            }
 
 
thanks
test.zip
(59.96 KiB) Downloaded 26 times
Lech Kulikowski
Posts: 7496
Joined: Tue Mar 20, 2018 5:34 am

Re: cannot set properties of null (setting 'parserConversionStore')

Post by Lech Kulikowski »

Hello,

We need some additional time to investigate the issue, we will let you know about the result as soon as possible.

Thank you.
#18760
Lech Kulikowski
Posts: 7496
Joined: Tue Mar 20, 2018 5:34 am

Re: cannot set properties of null (setting 'parserConversionStore')

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue.

Thank you.
Attachments
Screenshot 2025-11-12 201714.png
Screenshot 2025-11-12 201714.png (79.96 KiB) Viewed 191 times
mrapi
Posts: 284
Joined: Sat Dec 20, 2008 1:08 am

Re: cannot set properties of null (setting 'parserConversionStore')

Post by mrapi »

tested on Edge and Firefox and got the messages
"name": "stimulsoft-reports-js-react",
"version": "2025.4.2",
ff.png
ff.png (62.7 KiB) Viewed 175 times
edge.png
edge.png (102.57 KiB) Viewed 175 times
Post Reply