ソースを参照

auto commit

dev8
jfinn 4年前
コミット
a16ea20776
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      rdev/hooks/Hooks.js

+ 2
- 1
rdev/hooks/Hooks.js ファイルの表示

@@ -1,5 +1,5 @@
1 1
 import React, { Component } from 'react';
2
-import { MiddlewareRegistry } from '../../react/features/base/redux';
2
+import { MiddlewareRegistry,ReducerRegistry } from '../../react/features/base/redux';
3 3
 
4 4
 // clog("zxi .",window.dev_middleware_listner)
5 5
 // console.log("IDK?")
@@ -61,4 +61,5 @@ MiddlewareRegistry.register(store => next => action => {
61 61
 
62 62
 if (window.glob_dbg){
63 63
 	window.glob_dbg.MiddlewareRegistry = MiddlewareRegistry
64
+	window.glob_dbg.ReducerRegistry = ReducerRegistry
64 65
 }

読み込み中…
キャンセル
保存