Is growthbook supported on older browser versions?...
# announcements
v
Is growthbook supported on older browser versions? I have implemented A/B tests using react sdk but it keeps throwing error
globalThis is not defined
on older browsers (eg. Chrome 67) @fresh-football-47124
f
Is that coming from the SDK or the implementation?
v
from the SDK:
/node_modules/@growthbook/growthbook/dist/esm/feature-repository.js
@fresh-football-47124 is there any solution for mitigation ? I tried providing polyfill but it still throws the same error (
globalThis is not defined
)
f
are you sure this is from old browsers not a node version?
v
We are running node version 16. globalThis is supported on version 12 and above. Also tried patching the react sdk version of >=10 to >=12. Still having the same issue
@fresh-football-47124