Simplify assignment; add warning to preload.js about Style Guide
This commit is contained in:
parent
05303233fb
commit
96bd90a4e0
2 changed files with 11 additions and 3 deletions
|
@ -77,7 +77,8 @@ parent.moment.locale(locale);
|
|||
parent.React = React;
|
||||
parent.ReactDOM = ReactDOM;
|
||||
|
||||
const SignalComponents: any = parent.Signal.Components = {};
|
||||
parent.Signal.Components = {
|
||||
Message,
|
||||
Reply,
|
||||
};
|
||||
|
||||
SignalComponents.Message = Message;
|
||||
SignalComponents.Reply = Reply;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue