Skip to content

Commit 37621f5

Browse files
Some more refinements
1 parent aa71ab0 commit 37621f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_blogposts/2024-02-01-release-11-1-0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@ Previously:
124124
125125
```rescript
126126
let x = <\"custom-tag" />
127-
let y = <Foo.\"custom-tag" />
128127
```
129128
130129
Now:
131130
132131
```rescript
133132
let x = <custom-tag />
134-
let y = <Foo.custom-tag />
135133
```
136134
135+
This is particularly useful when dealing with [web components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components), where element names tend to use hyphens.
136+
137137
## Acknowledgements
138138
139139
Once again we want to thank everyone from the community who volunteered their precious time to support this project with contributions of any kind, from documentation, to PRs, to discussions in the forum. But especially we want to thank the following people, who helped landing this release:

0 commit comments

Comments
 (0)