silverstripe / silverstripe-admin

Silverstripe Admin Component
BSD 3-Clause "New" or "Revised" License
25 stars 91 forks source link

"Uncaught TypeError: can't convert undefined to object" in browser console #1723

Closed GuySartorelli closed 2 months ago

GuySartorelli commented 2 months ago

I'm seeing this in the broswer developer console with a fresh install of Silverstripe CMS 5.2 in Firefox:

Uncaught TypeError: can't convert undefined to object

I don't see any issues in the browser directly that I can trace as being caused by this, but we should resolve it in case it's causing unexpected flow-on effects that we just haven't noticed yet.

PRs