Skip to content

issues Search Results · repo:zalmoxisus/redux-devtools-filter-actions language:JavaScript

Filter by

8 results
 (80 ms)

8 results

inzalmoxisus/redux-devtools-filter-actions (press backspace or delete to remove)

warning redux-devtools-filter-actions@1.2.2 has incorrect peer dependency react@^0.14.9 || ^15.3.0 .
  • andreyvital
  • 1
  • Opened 
    on Oct 20, 2017
  • #12

In our project, we are using Symbols for action types(to avoid actions overlapping). And in this case RegExp approach for filtering is not working(Symbols hasn t match method, and it doesn t make sense ...
  • Mamoru1234
  • Opened 
    on Aug 1, 2017
  • #10

It will be nice if it will be possible to only filter action parameters. I have for example action FILE_DOWNLOAD which is used for downloading data from backend. I have to use this middleware to prevent ...
enhancement
  • korczis
  • 7
  • Opened 
    on May 1, 2016
  • #7

I d imagine quite a few people are using this monitor to manage actions generated by Redux Form or other libraries. With Redux Form, the actions all have the signature redux-form/ACTION, so I end up having ...
  • echenley
  • 3
  • Opened 
    on Feb 3, 2016
  • #5

I m working on a game using redux. The game has its own run loop that dispatches a TICK action inside a requestAnimationFrame loop, so I was planning to use this component to filter that action. I was ...
  • thomasboyt
  • 4
  • Opened 
    on Jan 14, 2016
  • #4

Is there a way of not replaying actions in the blacklist? I have code that waits for an action to be dispatched and them runs side-effects from there, by means of redux-saga: function* saga( getState ...
  • pjago
  • 1
  • Opened 
    on Dec 31, 2015
  • #3

I m thinking something like this: import React from react ; import { createDevTools } from redux-devtools ; import FilterMonitor from redux-devtools-filter-actions ; import LogMonitor from redux-devtools-log-monitor ...
  • gaearon
  • 2
  • Opened 
    on Dec 25, 2015
  • #2

Noted that the package in npm is named redux-devtools-log-monitor-filtrable but in the Readme it is named redux-devtools-log-monitor-filterable.
  • snallfot
  • 1
  • Opened 
    on Dec 18, 2015
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub