Skip to content

Fix axios automatically parsing snippet content

Paul Slaughter requested to merge 241199-fix-snippet-loading-json-content into master

What does this MR do?

This MR fixes #241199 (closed)

It looks like axios tries to smartly convert responses into JSON values... This causes issues when we really just want the raw string content.

Screenshots

It works 🎉

Screen_Shot_2020-08-25_at_12.20.05_PM

Does this MR meet the acceptance criteria?

Conformity

References

Edited by Paul Slaughter

Merge request reports