Page MenuHomePhabricator

[native] [fix] [ENG-1099] fix hot reload compose component
ClosedPublic

Authored by benschac on May 6 2022, 1:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 8:48 PM
Unknown Object (File)
Thu, Mar 13, 6:44 PM
Unknown Object (File)
Thu, Mar 13, 7:02 AM
Unknown Object (File)
Mon, Mar 10, 5:09 AM
Unknown Object (File)
Tue, Feb 25, 8:00 PM
Unknown Object (File)
Feb 20 2025, 5:38 AM
Unknown Object (File)
Feb 20 2025, 5:38 AM
Unknown Object (File)
Feb 20 2025, 5:38 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

native/chat/composed-message-constants.js
3 ↗(On Diff #12388)

We don't have a set way/place to throw constants yet. Open to any suggestions. just made a new file for the moment. Having a constants file for chat would make sense in the long term.

ashoat added inline comments.
native/chat/composed-message.react.js
223 ↗(On Diff #12388)

We should probably export default ConnectedComposedMessage since it's just the one component now

This revision is now accepted and ready to land.May 6 2022, 7:53 PM

address diff comment

native/chat/composed-message.react.js
223 ↗(On Diff #12388)

makes sense