Skip to content

Commit db0e1d3

Browse files
committed
Sean 4/25 updated MUIType interface and MUITypes to include default props and prop options; reworked formating in generateCode.ts to handle MUI Components; generateCode.ts now properly includes MUI JSX and Import Statements
> > Co-authored-by: Heather Pfeiffer <[email protected]> Co-authored-by: Jesse Wowczuk <[email protected]> Co-authored-by: Zack Vandiver <[email protected]> Co-authored-by: Sean Ryan <[email protected]> Co-authored-by: Austin Alvarez <[email protected]>
1 parent 62d1b49 commit db0e1d3

File tree

5 files changed

+534
-376
lines changed

5 files changed

+534
-376
lines changed

app/src/components/main/Canvas.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ const Canvas = forwardRef<HTMLDivElement, CanvasProps>(({ zoom }, ref) => {
211211
}
212212
// if item dropped is going to be a new instance (i.e. it came from the left panel), then create a new child component
213213
if (item.newInstance && item.instanceType !== 'Component') {
214-
console.log('inside not component check', item);
215214
dispatch(
216215
//update state
217216
addChild({

0 commit comments

Comments
 (0)