stuff
This commit is contained in:
parent
f126adaeed
commit
41c36b8bc2
|
@ -1485,13 +1485,13 @@
|
|||
if (methodNames.includes("componentDidMount")) InternalBDFDB.initiateProcess(plugin, type, {
|
||||
instance: instance,
|
||||
methodname: "componentDidMount",
|
||||
patchtypes: pluginData.patchTypes
|
||||
patchtypes: Object.keys(pluginData.patchTypes)
|
||||
});
|
||||
if (methodNames.includes("render")) forceRender = true;
|
||||
else if (!forceRender && methodNames.includes("componentDidUpdate")) InternalBDFDB.initiateProcess(plugin, type, {
|
||||
instance: instance,
|
||||
methodname: "componentDidUpdate",
|
||||
patchtypes: pluginData.patchTypes
|
||||
patchtypes: Object.keys(pluginData.patchTypes)
|
||||
});
|
||||
}
|
||||
if (forceRender) BDFDB.ReactUtils.forceUpdate(instance);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue