Kilian Schulte
Kilian Schulte
I cannot reproduce this. Please run with `jaspr serve --verbose` and see if there are any other errors reported. Also try updating `build_runner` to `^2.10.2` to see if that fixes...
Closing as more info needed
Please provide more details.
Thanks, i will take a look
You need to add a constructor to UserSettings
Though this still might be a bug that the builder doesn't pick up the enum mapper.
Some update on this: I found out why this happens: XML namespaces. SVG uses its own namespace which has to be defined when creating dom elements. Jaspr does this already...