0
0
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:
Gazook89
2022-10-23 13:11:12 -05:00
parent af094474b8
commit 2d3b03a9c3
4 changed files with 79 additions and 16 deletions

View File

@@ -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