|
|
@ -65,7 +65,7 @@ export default function visitElement(
|
|
|
|
if (attribute.type !== 'Attribute') return;
|
|
|
|
if (attribute.type !== 'Attribute') return;
|
|
|
|
|
|
|
|
|
|
|
|
if (attribute.name === 'value' && node.name === 'textarea') {
|
|
|
|
if (attribute.name === 'value' && node.name === 'textarea') {
|
|
|
|
textareaContents = stringifyAttributeValue(block, attribute.value);
|
|
|
|
textareaContents = stringifyAttributeValue(block, attribute.chunks);
|
|
|
|
} else if (attribute.isTrue) {
|
|
|
|
} else if (attribute.isTrue) {
|
|
|
|
openingTag += ` ${attribute.name}`;
|
|
|
|
openingTag += ` ${attribute.name}`;
|
|
|
|
} else if (
|
|
|
|
} else if (
|
|
|
|