Hey,
If I want to include custom attributes, it won't add them to the attributes array.
I understand why, however sometimes it's important.
Also, if my code looks like that:
h('div#id', {attributes: {a:'b'}});
It will override the attributes array.
I know how to fix it, the question is what's the design?
Hey,
If I want to include custom attributes, it won't add them to the attributes array.
I understand why, however sometimes it's important.
Also, if my code looks like that:
It will override the attributes array.
I know how to fix it, the question is what's the design?