Dachaz
Dachaz
That was not per choice, I just did `require('bootstrap-sweetalert')`, and I guess that package.json told it to go for the dist version. Anyway, I later found sweetalert2 which both works...
As I ran into the same thing today, I decided to investigate. First, I tried using an older version of `@gitgraph/react` from npm, but was surprised that the only one...
It seems that it's only partially fixed: if you have a complex type like `Promise` it becomes `**Promise.\**` where you still end up with a HTML tag ``. Additional escaping...