You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/services/livesync/playground/preview-app-constants.ts
+4
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,7 @@ export class PluginComparisonMessages {
18
18
publicstaticLOCAL_PLUGIN_WITH_DIFFERENCE_IN_MAJOR_VERSION="Local plugin %s differs in major version from plugin in preview app. The local plugin has version %s and the plugin in preview app has version %s. Some features might not work as expected.";
19
19
publicstaticLOCAL_PLUGIN_WITH_GREATHER_MINOR_VERSION="Local plugin %s differs in minor version from plugin in preview app. The local plugin has version %s and the plugin in preview app has version %s. Some features might not work as expected.";
0 commit comments