Unverified Commit 97466192 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] disable SWR optimization on dev (#70912)

parent c5f8edd9
......@@ -258,7 +258,7 @@ const Feature singleWidgetReload = Feature(
),
dev: FeatureChannelSetting(
available: true,
enabledByDefault: true,
enabledByDefault: false,
),
beta: FeatureChannelSetting(
available: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment