David Sutherland

Results 2 comments of David Sutherland

I had a similar issue to this - I think it is because the newly created shape is persisted inside the state of the `` itself whereas preloaded shapes exist...

@maximesahagian - there was a great suggestion by @gordonwoodhull - try setting the key on the feature group instead? ```javascript const key = this.state.coordinates ? 'map-populated' : 'map-empty'; return (...