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.
1 parent 0a2f1d1 commit 0b226f0Copy full SHA for 0b226f0
packages/query/src/register-behavior.js
@@ -107,7 +107,7 @@ export const registerBehavior = (behavior) => {
107
isSetup = true;
108
}
109
110
- // determine run time settings for behavior (we preserve non cloneables like custom classes and dom els)
+ // determine run time settings for behavior (we preserve non clonables like custom classes and dom elements)
111
const runtimeSettings = deepExtend({}, Query.prototype[name].defaultSettings, settings);
112
113
const $element = this;
0 commit comments