Scott T

Results 2 issues of Scott T

local function inOutElastic(t, b, c, d, a, p) if t == 0 then return b end t = t / d \* 2 if t == 2 then return b...

**Describe the bug** Adding a `` tag to `` causes the script to be run twice. I believe this is down to Sapper generating the SSR code and then later...

bug
hydration