#TIL There's a difference between quotes and curly braces when passing string props in #React
@sandroroth Ha, this is something not accounted for in code completion: editor will add the explicit TypeScript value (`"Foo\\nBar"`), not the prop value React desires (`"Foo\nBar"`).