redux-astroglide 0.1.5 → 0.1.7

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/CHANGELOG.md ADDED
@@ -0,0 +1,4 @@
1
+
2
+ ### Bug Fixes
3
+
4
+ ### Features
package/README.md CHANGED
@@ -307,6 +307,8 @@ addPlugins({
307
307
 
308
308
  ```
309
309
 
310
+ 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.
311
+
310
312
   
311
313
 
312
314
  ## Contributing