DEV Community

Discussion on: What was your win this week?

Collapse
 
kayis profile image
K

Fixed a bug after 1h debugging by adding an additional pair of curly braces.

I had: { text: { source: file } }

I needed: { text: { source: { file } } }