You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature. Or organizational request, I guess.
(If this is a usage question, please do not post it here—post it on Stack Overflow instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
What is the current behavior? .babelrc uses the script use-lodash-esas a plugin.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.
What is the expected behavior? .babelrc uses a package called babel-plugin-use-lodash-es (or something to that effect) as a plugin.
Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
None, this is an internal issue.
The main reason I suggest this is so that packages that have redux as a peerDependency can use the same type of lodash for the environment without having to copy/paste use-lodash-es.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Feature. Or organizational request, I guess.
(If this is a usage question, please do not post it here—post it on Stack Overflow instead. If this is not a “feature” or a “bug”, or the phrase “How do I...?” applies, then it's probably a usage question.)
What is the current behavior?
.babelrc
uses the scriptuse-lodash-es
as a plugin.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar.
What is the expected behavior?
.babelrc
uses a package calledbabel-plugin-use-lodash-es
(or something to that effect) as a plugin.Which versions of Redux, and which browser and OS are affected by this issue? Did this work in previous versions of Redux?
None, this is an internal issue.
The main reason I suggest this is so that packages that have
redux
as a peerDependency can use the same type oflodash
for the environment without having to copy/pasteuse-lodash-es
.The text was updated successfully, but these errors were encountered: