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 2834750 commit e7592dfCopy full SHA for e7592df
fixtures/attribute-behavior/src/attributes.js
@@ -2380,4 +2380,4 @@ attributes.forEach(attr => {
2380
attr.read = attr.read || getProperty(attr.name);
2381
});
2382
2383
-export default attributes;
+export default attributes.slice(0, 1);
0 commit comments