When the plugin starts, the data store is not immediately populated. This means calling getItem on the store when the plugin first starts will return undefined until COGS sends the store data to the plugin. Reproduction project pack at https://github.com/leowatts/cogs-sdk-race-cond/releases/tag/v0.0.1
When the plugin starts, the data store is not immediately populated. This means calling
getItemon the store when the plugin first starts will returnundefineduntil COGS sends the store data to the plugin. Reproduction project pack at https://github.com/leowatts/cogs-sdk-race-cond/releases/tag/v0.0.1