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 310d8e6 commit 643122eCopy full SHA for 643122e
1 file changed
src/plugins/experiments/index.tsx
@@ -68,8 +68,8 @@ export default definePlugin({
68
{
69
find: 'type:"user",revision',
70
replacement: {
71
- match: /!(\i)&&"CONNECTION_OPEN".+?;/g,
72
- replace: "$1=!0;"
+ match: /!(\i)(?=&&"CONNECTION_OPEN")/,
+ replace: "!($1=true)"
73
}
74
},
75
0 commit comments