I can't seem to be able to integrate this module. (I use type script).
Keep getting this - 'Error: Can't resolve 'react-reactions' '.
Tried :
const FacebookSelector = require('react-reactions');
import * as Selectors from 'react-reactions';
import { FacebookSelector } from 'react-reactions';
None seem to work. I'll appreciate any help.
I can't seem to be able to integrate this module. (I use type script).
Keep getting this - 'Error: Can't resolve 'react-reactions' '.
Tried :
const FacebookSelector = require('react-reactions');
import * as Selectors from 'react-reactions';
import { FacebookSelector } from 'react-reactions';
None seem to work. I'll appreciate any help.