0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 16:22:42 +00:00

WIP trying to debug theme selection.

This commit is contained in:
David Bolack
2024-02-27 17:30:14 -06:00
parent 4f4659b0e2
commit 50c9d95ce0
4 changed files with 9 additions and 11 deletions

View File

@@ -339,6 +339,9 @@ const Editor = createClass({
view={this.state.view}
style={{ display: 'none' }}
rerenderParent={this.rerenderParent} />
{console.log('Metadata')}
{console.log(this.props)}
{console.log('Metadata')}
<MetadataEditor
metadata={this.props.brew}
onChange={this.props.onMetaChange}