-
Notifications
You must be signed in to change notification settings - Fork 32
Node attr: colSpan is now colspan #93
Comments
This change might fix it? LMK https://github.com/garbles/yolk/blob/master/src/propertyDescriptors.js#L63 - colSpan: USE_EQUAL_SETTER | HAS_LOWER_CASE,
+ colSpan: USE_SET_ATTRIBUTE | HAS_LOWER_CASE, |
Okay, but I'm blocked for now until #89 as I don't have time to fork and rebuild the browser dist we're using atm. |
I've built against the latest version in https://rawgit.com/jadbox/yolk/better-distributable/dist/yolk.min.js |
|
Setting the Example jsx:
Out:
Expected:
update:
|
Yea you have to use dashes. I didn't like that I was jumping through hoops to make the object case work, unfortunately. |
With Yolk v1 beta, I've had to change
colSpan
tocolspan
as otherwise the attribute gest removed from the DOM rendering.The text was updated successfully, but these errors were encountered: