redux-astroglide 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,7 +39,7 @@ Astroglide will create your store for you using a call to RTK's configureStore f
39
39
  import configure from "redux-astroglide";
40
40
 
41
41
  const { store, createSlice } = configure({
42
- // ... (configureStore options
42
+ // ... (configureStore options)
43
43
  });
44
44
  ```
45
45
 
@@ -351,8 +351,6 @@ addPlugins({
351
351
 
352
352
  ```
353
353
 
354
- Note: This import style uses a package.json `exports` field which is still not supported in some environments. If the nested imports like `redux-astroglide/plugins` can't be found in your project try importing them from `redux-astroglide/dist/plugins` and `redux-astroglide/dist/plugins/set` etc.
355
-
356
354
   
357
355
 
358
356
  ## Contributing