function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Urvish ShahUrvish Shah 

forceChatter:publishe for context RECORD not working in aura component

forceChatter:feed  is working fine.
forceChatter:publisher does not load or like visible in disabled mode.
<aura:component implements="flexipage:availableForAllPageTypes,force:hasRecordId" description="Sample Component">
   
    <aura:attribute name="recordId" type="String" />
    
    <forceChatter:publisher context="RECORD" recordId="{!v.recordId}"/>
    <forceChatter:feed type="Record" subjectId="{!v.recordId}"/>
</aura:component>
Khan AnasKhan Anas (Salesforce Developers) 
Hi Urvish,

Greetings to you!

I tried to research your problem and found that this is a known issue. Keep watching this issue until get fixed.

https://success.salesforce.com/issues_view?id=a1p3A0000008gACQAY&title=forcechatter-publisher-renders-empty-when-used-in-a-custom-lightning-component (https://success.salesforce.com/issues_view?id=a1p3A0000008gACQAY&title=forcechatter-publisher-renders-empty-when-used-in-a-custom-lightning-component)

You can select the 'This Issue Affects Me' button to report your account and receive updates.

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas