Parikshit Tiwari
Results
2
comments of
Parikshit Tiwari
> Total npm noob here but shouldn't it be: > > ``` > "prepare": "install-peers" > ``` > > Credit to https://dev.to/yvonnickfrin/how-to-handle-peer-dependencies-when-developing-modules-18fa > > It should run at the correct...
@patrick-fs I tried the way you described. ``` import * as FullStory from '@fullstory/browser'; import { isString } from 'lodash-es'; if (isString(FullStory.getCurrentSessionURL())) { FullStory.identify(`${user.principalId}`, { displayName: `WorkPLACE: ${user.id}`, role: user.primaryRole,...