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 4b50c20 commit e23fa5dCopy full SHA for e23fa5d
packages/query-codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs
@@ -19,7 +19,7 @@ class AlreadyHasPlaceholderDataProperty extends Error {
19
const start = location.start.line
20
const end = location.end.line
21
22
- return `The usage in file "${filePath}" at line ${start}:${end} already contains a a "placeholderData" property. Please migrate this usage manually.`
+ return `The usage in file "${filePath}" at line ${start}:${end} already contains a "placeholderData" property. Please migrate this usage manually.`
23
}
24
25
0 commit comments