reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.93k stars 15.27k forks source link

Fix example in tutorial #4749

Open dalvine opened 3 weeks ago

dalvine commented 3 weeks ago

Updated the example in the documentation to better reflect the current functionality more clearly and concisely for users

codesandbox-ci[bot] commented 3 weeks ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

netlify[bot] commented 3 weeks ago

Deploy Preview for redux-docs ready!

Name Link
Latest commit a975806e130b6d3a1ecc2328d502e1e57d322118
Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/6724c12e13c8370008f4b4dd
Deploy Preview https://deploy-preview-4749--redux-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

timdorr commented 2 weeks ago

While this does appear to be correct, I don't think that selector is exported from the authSlice module. We should add that as well.

markerikson commented 2 weeks ago

Hmm. Best to check this against the actual example code at that point in time.