gorgeous-animal-95046
12/19/2019, 3:23 PMinterpolate
and I can't figure out what I'm doing wrong. Here's my code: https://gist.github.com/zombor/43cd30735aa72bc02be4ef878aa073c6
I'm guessing this has to do with some kind of aysnc problem, but the docs on interpolate
suggest this should "just work". Anyone know what I'm doing wrong? I would expect the output of foo
on L25 to be either undefined
or some kind of actual string.tall-librarian-49374
12/19/2019, 3:31 PMapply
on line 24 and interpolate
on line 29 aren't doing anything. You can just remove them with the same effect.gorgeous-animal-95046
12/19/2019, 3:34 PMtall-librarian-49374
12/19/2019, 3:36 PMgorgeous-animal-95046
12/19/2019, 3:37 PM["foo", "bar"]
and match them to an output value?tall-librarian-49374
12/19/2019, 3:38 PMapply
gorgeous-animal-95046
12/19/2019, 3:39 PM