Ghost/apps/comments-ui/src
Kevin Ansfield 85b8b61631
Removed admin-auth error logs for unknown message events (#20000)
closes https://linear.app/tryghost/issue/ENG-780

- the `admin-auth` frame was set up to log when any `message` event was handled but couldn't be parsed as JSON. For our own events that's fine but `message` events are also frequently triggered by browser extensions meaning the DevTools console log could become quite noisy for no reason
- removed the logging as it's noisy and not useful outside of development
2024-04-08 16:50:49 +00:00
..
components 🐛 Fixed comments block disappearing when performing certain actions (#19846) 2024-03-12 17:39:36 +00:00
images/icons
styles
utils Removed admin-auth error logs for unknown message events (#20000) 2024-04-08 16:50:49 +00:00
actions.ts
App.tsx Added lazy-loading of admin auth in Comments UI (#19799) 2024-03-05 15:57:20 +00:00
AppContext.ts
AuthFrame.tsx
index.tsx
pages.ts
setupTests.ts
typings.d.ts
vite-env.d.ts