I got 2 errors in console:
I'm using latest stimulsoft js version (2025.4.2),I've attached a project to reproduce the messagesStiRenderProvider3: Cannot set properties of null (setting 'parserConversionStore')
StiReport3: Cannot read properties of null (reading 'pageNumbers')
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
}
]
}