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 9c5cfd5 commit b1dc732Copy full SHA for b1dc732
MIGRATION.md
@@ -111,6 +111,8 @@ const optimizely = createInstance({
111
});
112
```
113
114
+In case an invalid config is passed to `createInstance`, it returned `null` in v5. In v6, it will throw and error instead of returning null.
115
+
116
## Project Configuration Management
117
118
In v6, datafile management must be configured by passing in a `projectConfigManager`. Choose either:
0 commit comments