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

Make different dispatch calling effect equivalently #745

Closed
wants to merge 1 commit into from

Conversation

blacktail
Copy link

@blacktail blacktail commented Mar 12, 2020

Currently, the following two kinds of dispatch call is not equivalent:

dispatch.modelName.actionName(payload, meta)

vs

dispatch({
  type: 'modelName/actionName',
  payload,
  meta,
}

And this will introduce some issues into other plugins , for example the loading plugin: #588 , #594.

@stale
Copy link

stale bot commented Jun 10, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 10, 2020
@stale stale bot closed this Jul 11, 2020
@AdamCloud8
Copy link

Is there any plan on resolving this?

@semoal
Copy link
Member

semoal commented Sep 13, 2021

Is there any plan on resolving this?

Absolutely, if it's still an issue, of course. Do you experience the same issue? Could you open an issue and we track the issue.

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

Successfully merging this pull request may close these issues.

None yet

3 participants