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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ or
25
25
"postinstall": "flagsmith get"
26
26
```
27
27
An example of this can be seen [here](./example/src/index.tsx).
28
-
3. In your application, import the outputted JSON and initialise the client with the json ``flagsmith.init({state:json})``
28
+
3. In your application, import the outputted JSON and initialise the client with the json ``flagsmith.init({state:json, environmentID: json.environmentID})``
0 commit comments