Skip to content

Commit

Permalink
Remove unused native.render WP hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jul 20, 2023
1 parent 1e04b10 commit 2edd4a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/react-native-editor/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ const registerGutenberg = ( {
);
}

componentDidMount() {
// Dispatch post-render hooks.
doAction( 'native.render', this.filteredProps );
}

render() {
return cloneElement( this.editorComponent, this.filteredProps );
}
Expand Down

0 comments on commit 2edd4a8

Please sign in to comment.