Need a special offer?Find out if your project fits.
+

flexmonster.js:9 Uncaught TypeError: Cannot read property 'pF' of null at flexmonster.js:9

Answered
Camille Morell asked on September 24, 2019

Getting error- flexmonster.js:9 Uncaught TypeError: Cannot read property 'pF' of null
at flexmonster.js:9 ... any ideas?

3 answers

Public
Vera Didenko Vera Didenko Flexmonster September 25, 2019

Hello, 
 
Thank you for writing to us.
 
To understand the problem better, our team kindly asks to provide more details connected with the issue:
Could you please provide us with a JSFiddle example or a code sample where the issue is reproducible?
Any sensitive information can be sent via email.
This will greatly help us.
 
Looking forward to your reply.
 
Best Regards,
Vera

Public
Camille Morell September 25, 2019

Vera,
Our application is actually in Dart and we've written a wrapper so I won't be able to put this (or the wrapper) in a JS fiddle I can send you the block of code where we actually instatiate the flexmonster- 

_flexmonster = new fm.Flexmonster(new fm.FlexmonsterConfig(
container: _flexmonsterContainer,
toolbar: true,
licenseKey: _licenseKey,
height: parentHeight,
report: reportMap,
componentFolder: _componentFolder,
beforetoolbarcreated: allowInterop(_onBeforeToolbarCreated),
dataloaded: allowInterop(onLoadData),
reportcomplete: allowInterop(onFmReady),
exportcomplete: allowInterop(onExportComplete),
reportchange: allowInterop(onReportChange)));
Public
Vera Didenko Vera Didenko Flexmonster September 26, 2019

Hello, 
 
Thank you for your reply.
 
Could you please send us a code sample or provide us with access to the webpage where the issue is reproducible?
We would like to explain that for this case the block of code where Flexmonster is instantiated is not enough to understand the cause of the problem.
We are new to Dart and a sample will greatly help to speed up the issue investigation process.
Any sensitive information can be sent via email.
 
We are looking forward to your answer.
 
Best Regards,
Vera

Please login or Register to Submit Answer