+++ {JSON.stringify(oldValue, null, 2) + .split('\n') + .map((line, index) => ( +++ {`${line}\n`} +
+ ))} +
+
+ {JSON.stringify(newValue, null, 2)
+ .split('\n')
+ .map((line, index) => (
+
+ {`${line}\n`}
+
+ ))}
+
+
+ + Heads up! The ${changeType} has been updated + since you made your changes. Applying this change now would + overwrite the configuration that is currently live. +
+- Heads up! The strategy has been updated since - you made your changes. Applying this change now would overwrite - the configuration that is currently live. -
---- {JSON.stringify( - oldValue, - null, - 2, - ) - .split('\n') - .map((line, index) => ( --- {`${line}\n`} -
- ))} -
-
- {JSON.stringify(
- newValue,
- null,
- 2,
- )
- .split('\n')
- .map((line, index) => (
-
- {`${line}\n`}
-
- ))}
-
-
-