mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 16:52:38 +00:00
basically the whole thing
This commit is contained in:
@@ -58,10 +58,6 @@ const BrewRenderer = createClass({
|
||||
height : 0,
|
||||
lastRender : <div></div>,
|
||||
|
||||
componentDidMount : function(){
|
||||
console.log(this.props);
|
||||
},
|
||||
|
||||
componentWillUnmount : function() {
|
||||
window.removeEventListener('resize', this.updateSize);
|
||||
},
|
||||
@@ -194,8 +190,6 @@ const BrewRenderer = createClass({
|
||||
const rendererPath = this.props.renderer == 'V3' ? 'V3' : 'Legacy';
|
||||
const themePath = this.props.theme ?? '5ePHB';
|
||||
const baseThemePath = Themes[rendererPath][themePath].baseTheme;
|
||||
const language = 'fr';
|
||||
console.log(this);
|
||||
return (
|
||||
<React.Fragment>
|
||||
{!this.state.isMounted
|
||||
|
||||
Reference in New Issue
Block a user