Unglobalized second regex

This commit is contained in:
Inbestigator 2024-06-09 16:19:02 -07:00
parent 8208b528c0
commit 7d0f92dfa5

View file

@ -95,7 +95,7 @@ export default definePlugin({
replace: "=$self.getReasons()"
},
{
match: /useState\(0\)/g,
match: /useState\(0\)/,
replace: "useState($self.isOtherDefault())"
}]
}