We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9b7bd commit 7849fd4Copy full SHA for 7849fd4
2 files changed
packages/core/src/h2x/emSize.js
@@ -4,7 +4,7 @@ const makeSizeAttr = name => {
4
const attr = new JSXAttribute()
5
attr.name = name
6
attr.value = '1em'
7
- attr.litteral = false
+ attr.literal = false
8
return attr
9
}
10
packages/core/src/h2x/svgRef.js
@@ -11,7 +11,7 @@ const svgRef = () => () => ({
11
const props = new JSXAttribute()
12
props.name = 'ref'
13
props.value = 'svgRef'
14
- props.litteral = true
+ props.literal = true
15
path.node.attributes.push(props)
16
path.replace(path.node)
17
0 commit comments