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
Hey @dsumac, thanks for sharing these details. We are aware of this incompatibility and plan to replace the sha.js dependency. Until then are you able to workaround this by using polyfills instead of compatibility mode?
And when we activate this config, it doesn't work:
compatibility_date = "2023-01-20"
compatibility_flags = [ "nodejs_compat" ]
# we must disable node_compat to use compatibility_flags
# node_compat = true
Context
statsig-node
Bug
node:...
Analysis
You use
sha.js
which usesafe-buffer
which uses native node Buffer api without node prefix importnode:buffer
The text was updated successfully, but these errors were encountered: