Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v9.0.0 release missing information #2148

Closed
1 task
Matthew-Mallimo opened this issue Mar 29, 2024 · 1 comment
Closed
1 task

docs: v9.0.0 release missing information #2148

Matthew-Mallimo opened this issue Mar 29, 2024 · 1 comment

Comments

@Matthew-Mallimo
Copy link

What version of React, ReactDOM/React Native, Redux, and React Redux are you using?

  • React Redux: v9.0.0

What is the current behavior?

The release notes for v9.0.0 seem to be missing some information under the "Modernized Build Output" section.

Modernized Build Output
We now publish modern JS syntax targeting ES2020, including optional chaining, object spread, and other modern syntax. If you need to

That is the end. It seems like there was intention to provide some instruction since it just ends with "If you need to"

What is the expected behavior?

Either finish the sentence or remove to avoid confusion

Which browser and OS are affected by this issue?

No response

Did this work in previous versions of React Redux?

  • Yes
@markerikson
Copy link
Contributor

markerikson commented Mar 29, 2024

Heh, that should have been "If you need to target older browsers, please transpile the packages yourself (or use the legacy-esm build artifact for ES2017)."

and I managed to copy-paste the same issue across different repo release notes :)

Fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants