java.lang.IllegalArgumentException: Tag svg has invalid attribute name xmlns
at kotlinx.html.stream.HTMLStreamBuilder.onTagStart(stream.kt:30)
at kotlinx.html.consumers.DelayedConsumer.processDelayedTag(delayed-consumer.kt:59)
at kotlinx.html.consumers.DelayedConsumer.onTagStart(delayed-consumer.kt:10)
...however, this function rendered just fine when it was included in a whole page dsl. it's only as a fragment that it dies
Reuben Firmin
11/14/2023, 2:28 PM
or, with xmlns commented out:
Copy code
java.lang.IllegalStateException: You can't change tag attribute because it was already passed to the downstream
at kotlinx.html.consumers.DelayedConsumer.onTagAttributeChange(delayed-consumer.kt:16)
at kotlinx.html.impl.DelegatingMap.put(delegating-map.kt:27)
at kotlinx.html.impl.DelegatingMap.put(delegating-map.kt:5)
where, again, it was fine as part of the whole page
e
e5l
11/28/2023, 11:47 AM
Hey, @Reuben Firmin. Could you log github issues with repro?