-
Notifications
You must be signed in to change notification settings - Fork 10
Window is not defined. #3
Copy link
Copy link
Open
Description
Hi,
First off, thanks for making this 👏 .
Unforntelay I have some problems making this work. Would love to get some help.
I am trying to run this
import { FullStoryClient } from 'react-fullstory-component';
const client = new FullStoryClient({
host: 'www.fullstory.com',
orgKey: 'fake',
iframe: true
});
client.render();
client.setSession('mysessionId', {
displyName: 'visual identifier in list',
address_str: 'some address string',
returnVisit_bool: true,
personId_int: '1234'
});But window is not defined.
Do you know why?
I am using react 15.4.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

