Load SAS Emoji translations from @matrix-org/spec
(#11429)
* Remove last instance of componentWillMount * Load SAS Emoji translations from @matrix-org/spec * Fix import * Test normalisation on both sides * update comment for @richvdh * Delint
This commit is contained in:
parent
3d2d08b132
commit
d81f71f993
6 changed files with 87 additions and 147 deletions
|
@ -174,7 +174,7 @@ An example of a watcher in action would be:
|
|||
class MyComponent extends React.Component {
|
||||
settingWatcherRef = null;
|
||||
|
||||
componentWillMount() {
|
||||
componentDidMount() {
|
||||
const callback = (settingName, roomId, level, newValAtLevel, newVal) => {
|
||||
this.setState({ color: newVal });
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue