You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
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:
committed by
GitHub
parent
3d2d08b132
commit
d81f71f993
@ -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 });
|
||||
};
|
||||
|
Reference in New Issue
Block a user