MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / cold

Function cold

src/utils.dev.js:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12export const compareOrSwap = (oldType, newType) => hotComponentCompare(oldType, newType);
13
14export const cold = type => {
15 blacklistByType(type);
16 return type;
17};
18
19export const configureComponent = (component, options) => setComponentOptions(component, options);
20

Callers 4

utils.test.jsFile · 0.90
Component1Function · 0.90
Counter.jsFile · 0.50

Calls 1

blacklistByTypeFunction · 0.90

Tested by 1

Component1Function · 0.72