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)
Tue, Apr 8, 6:26 PM
Unknown Object (File)
Tue, Apr 8, 5:51 PM
Unknown Object (File)
Tue, Apr 8, 8:04 AM
Unknown Object (File)
Tue, Apr 8, 7:37 AM
Unknown Object (File)
Tue, Apr 8, 7:25 AM
Unknown Object (File)
Tue, Apr 8, 12:41 AM
Unknown Object (File)
Sat, Apr 5, 9:13 PM
Unknown Object (File)
Sat, Apr 5, 9:13 PM
Subscribers

Diff Detail

Repository
rCOMM Comm
Branch
inline-sidebar-web-and-native-ENG-530
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

native/chat/composed-message-constants.js
3

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

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

makes sense