Skip to content

Commit 595de9c

Browse files
committed
change prop casing so react dosent yell, also make it so that text in nestable elements is done properly.
1 parent 1de19b5 commit 595de9c

File tree

6 files changed

+190
-175
lines changed

6 files changed

+190
-175
lines changed

__tests__/componentBuilder.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ describe('componentBuilder', () => {
124124
name: 'p',
125125
childId: 4,
126126
style: {},
127-
attributes: { compText: 'Hello, world!' },
127+
attributes: { comptext: 'Hello, world!' },
128128
events: {},
129129
stateProps: [],
130130
passedInProps: [],

0 commit comments

Comments
 (0)