2017-09-28 1 views

Répondre

1

Mettez ce code quelque part dans le champ global:

__REACT_DEVTOOLS_GLOBAL_HOOK__ = { 
    supportsFiber: true, 
    inject: function() {}, 
    onCommitFiberRoot: function() {}, 
    onCommitFiberUnmount: function() {}, 
};