mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
bbf7e8ed7a
no issue - switched from needing to extend from `ReactComponent` to using a `{{react-render}}` modifier - modifiers are modern idiomatic Ember for handing "did-insert" hooks and associated lifecycle - moved code from `<ReactMobiledocEditor>` into `<KoenigReactEditor>` - no need for the extra layering of components and need to remember two places to modify when adding passthrough args/props
1 line
48 B
Handlebars
1 line
48 B
Handlebars
<div {{react-render this.ReactComponent}}></div> |