APIcarry-on-storegetStoreOn this pagegetStoregetStore(storeId)Retrieves a store. The default store is returned if storeId isn't specfied.ParameterDescriptionstoreIdThe name of the store to use.ExampleLive Editorimport { getStore } from "carry-on-store"; const store = getStore("getStoreExample"); render(<Inspector data={store} />);import { getStore } from "carry-on-store"; const store = getStore("getStoreExample"); render(<Inspector data={store} />);ResultLoading...