Find solutions to common issues with the Frigade SDK.
userId
is not available when Frigade is initialized via the <Frigade.Provider />
and/or the JS SDK, Frigade will automatically assign a guest user id to the user. This is to ensure that the user can still be tracked and that their data is not lost.
To prevent Frigade from automatically generating guest user IDs, you can pass a flag to the <Frigade.Provider />
as shown below:
Can't import the named export 'Anchor' from non EcmaScript module (only default export is available)
, it is likely that you are using an older version of create-react-app.
There are two ways to fix this issue:
react-scripts
).