Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
Joe.Wells
Posts: 15
Joined: March 22nd, 2023, 8:45 pm
Contact:

Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

Unread post by Joe.Wells »

When going from Desktop View to Canvas, I periodically get this message -

Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

How can I determine what is causing this?
uncaught TypeError .jpg
Thanks,

Joe
word count: 33

Tags:
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

Unread post by SumanPrasad »

Joe,
These are generally JS error that is the result of not checking an object state before accessing it. They are generally harmless and once we know what is causing it, we fix JS code. I am going to duplicate this and add a task for it.
Thanks,
Suman
word count: 49
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

Unread post by SumanPrasad »

Task 11325 is created to fix this.
word count: 7
Joe.Wells
Posts: 15
Joined: March 22nd, 2023, 8:45 pm
Contact:

Re: Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

Unread post by Joe.Wells »

Suman,

Thank you. When I see this, should I report it?

For example, on canvas for the same page, when I move from one element to another I get a similar message that says "TypeError: Cannot read properties of null (reading 'ParentElement')".

Joe
word count: 43
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Uncaught Type Error: Cannot read properties of null (reading 'editor tools')

Unread post by SumanPrasad »

You should report it. I was not able to duplicate it but I will ask Ben to help using your example.
word count: 21
Post Reply