Failed to execute 'replaceChild' on 'Node': The node to be replaced is not a child of this node.
I have a store:
of this type:
I'm trying to render only part of these countries, or rather their sprites. I filter them out and render them like this:
In short you can toggle between different
It works OK when you go from no characters selected to a few selected, or when you seemingly replace all the sprites, but as soon as the resulting list expands or contracts I get the omnious error:
I have had this error for a few weeks now. Am I using stores incorrectly?
of this type:
I'm trying to render only part of these countries, or rather their sprites. I filter them out and render them like this:
In short you can toggle between different
mapSkin() and different characters(), both of which currently have two settings.It works OK when you go from no characters selected to a few selected, or when you seemingly replace all the sprites, but as soon as the resulting list expands or contracts I get the omnious error:
I have had this error for a few weeks now. Am I using stores incorrectly?