Fixes For Canary

This commit is contained in:
thororen1234 2024-09-25 16:40:37 -04:00
parent 107d896b40
commit c4ba86345b
11 changed files with 12 additions and 168 deletions

View file

@ -58,12 +58,12 @@ export default definePlugin({
}
},
{
find: "{})).SUBTLE=\"SUBTLE\"",
find: ".SUBTLE=\"SUBTLE\"",
replacement: {
match: /\(0,\i\.useTransition\)*/,
replace: "$self.nullTransition"
}
},
}
],
nullTransition(value: any, args: object) {