Łukasz Schabek
Łukasz Schabek
@YonatanHanan Here is the error reproduced with 'Element.animate'. - Working with v.0.1.0: http://jsfiddle.net/g144e7w1/ - Failing with v.0.5: http://jsfiddle.net/41nqz64z/ Works with 0.4.0 as well.
Same issue here. The DragDropContextProvider doesn't work for me, because it has to be at top level app component. When used somwhere below the top level, it gives this error:...
+1 I have the same behaviour using ReactMeteorData mixins.
Hi @dr-dimitru, The problem is gone, I had it with react package in ver. 0.14.1, with 0.14.3 it's working well.
Hi, I have the same or similar behaviour with v0.9.1. After meteor restart, the Players.find({}).count() returns 0, despite there are 7 nodes in database, so new 7 players are added....