Skip to content

Hotfix for .then() of undefined

Compare
Choose a tag to compare
@SupahNickie SupahNickie released this 27 Jul 13:56
· 496 commits to release since this release

Two functions in the cookie handler had conditionals that would stop execution of the function early, but would not resolve a promise, leading functions that were counting on the .then() block trying to run undefined.