You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hotReload is enabled and component contains a bound property, it sadly throws TypeError: xxx._bind is not a function.
Simplest reproduction would be a new sapper-template, and adding e.g. bind:value to the <Layout component in routes/index.html: <Layout bind:value page='home'>