The README states:
"updates to feature state are under your control but are regularly fetched (or only fetched once if you set your polling interval to 0)"
In practice, passing pollInterval={0} to the React component (or calling config.restActive(0) directly) has no effect — the SDK falls back to the 3-minute default and keeps polling.
The README states:
"updates to feature state are under your control but are regularly fetched (or only fetched once if you set your polling interval to 0)"
In practice, passing pollInterval={0} to the React component (or calling config.restActive(0) directly) has no effect — the SDK falls back to the 3-minute default and keeps polling.