Page 1 of 1

cannot set properties of null (setting 'parserConversionStore')

Posted: Thu Nov 06, 2025 1:18 pm
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

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

Posted: Mon Nov 10, 2025 8:25 am
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

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

Posted: Wed Nov 12, 2025 7:17 pm
by Lech Kulikowski
Hello,

We couldn't reproduce the issue.

Thank you.

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

Posted: Thu Nov 13, 2025 7:08 am
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 177 times
edge.png
edge.png (102.57 KiB) Viewed 177 times