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
Hi, there is a TypeError : string is not a function on the client side within a collection view (loaded on a client) when that view reacts to changes in the underlying collection.
Hi, there is a
TypeError : string is not a function
on the client side within a collection view (loaded on a client) when that view reacts to changes in the underlying collection.OSX 10.9.4 Chrome Version 37.0.2062.120
To reproduce the issue:
localhost
(page refresh)more
a couple of times - items will be added to the collection.Hello
and then back toNews
. Try clickingMore
now - items will not be added to the solution.It looks like uncompiled template is somehow used in this case.
There are a few screenshots below.
I'm sorry I couldn't be more helpful, I just discovered node.js and Javascript last week.
The text was updated successfully, but these errors were encountered: