I am unable to type in the ‘post’ section of a chatter feed componenet on a page. I tested in my sandbox and everything works as expected and the pages are set up the same. When I look at the console in my production environment I get the error ‘Uncaught TypeError: Cannot read property ‘lazyLoad’ of undefined’.
When I dig into the error I see this message:
" has not been wired yet. Either the widget wasn’t added with addWidget() or wireWidgets() was not called after it was added.“,Sfdc.Logging.LogLevel.ERROR”
If I use a template with the following code I can post without issue.
So it seems this is an issue with the Chatter component has anyone else experienced this?