I'm having an issue of a layer not clearing its graphics after calling removeAll if I'm also adding a new graphic in the same call. It will clear fine if I'm not adding a new graphic.
I've had other issues where I am changing a property in the graphic but the map does not redraw the graphic. I can work around this issue by creating a new instance of the graphic and copying over the properties.
Is there a way to manually redraw a layer?