question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't type `/` in Dispatcher for an action type.

See original GitHub issue

We namespace our actions like so: auth/SAVE_CREDENTIALS but I can’t type a forward slash inside the Dispatcher. It automatically focuses on searching for a react component, even if I have the React DevTools closed/hidden.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jhen0409commented, Nov 29, 2016

v0.5.5 is released. 😃

2reactions
jhen0409commented, Nov 27, 2016

Sorry about that, looks like I haven’t handle div of contenteditable, I’ll fix it and publish 0.5.5 at later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flow typing errors when dispatching actions - Stack Overflow
My best guesses: - add action with type UPDATE_WIZARD_INDEX to CustomerAction - make action annotation be exact. For example, instead of.
Read more >
Type issue with action returned from dispatching async action
I have this asyncAction. Action and I am using it like this, Dispatch but typescript complains about the type of the responseAction with....
Read more >
Connect: Dispatching Actions with mapDispatchToProps
Connect: Dispatching Actions with mapDispatchToProps · By default, a connected component receives props.dispatch and can dispatch actions itself.
Read more >
Create Custom Actions for the Dispatcher Console
Action Type: Select Apex Class or Visualforce. Apex Class: If you selected Apex Class as the type, select the Apex class that you...
Read more >
'Object of type 'System.String' cannot be converted to type ...
// Your code to do things on the ui thread goes here. }));. You can pass in a parameter to that anonymous action....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found