Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dangerouslySetInnerHTML in StackTraceMessage component
Druid sometimes returns error message that are contained in "<>", as in `<urlopen error [Errno 61] Connection refused>`. Since Superset's approach is often to bubble up messages coming from external library, it's impossible to predict whether it will contain special characters. There are some cases where our error handling does return some html (presto?), but we should manage that upstream. Plus the current setup has security concerns, so let's move away from that.
- Loading branch information