We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Symbol()
1 parent 72b35fd commit 734a283Copy full SHA for 734a283
examples/real-world/src/middleware/api.js
@@ -73,7 +73,7 @@ export const Schemas = {
73
}
74
75
// Action key that carries API call info interpreted by this Redux middleware.
76
-export const CALL_API = Symbol('Call API')
+export const CALL_API = 'Call API'
77
78
// A Redux middleware that interprets actions with CALL_API info specified.
79
// Performs the call and promises when such actions are dispatched.
0 commit comments