Documentation suggests that you can import the react/preact-specific modules by:
import { connect, Provider } from 'unistore/react';
But this generates errors like 'required module not found'. I had a poke around node_modules, and there doesn't appear to be react/preact directories, so that would make sense:

Documentation suggests that you can import the react/preact-specific modules by:
But this generates errors like 'required module not found'. I had a poke around
node_modules, and there doesn't appear to be react/preact directories, so that would make sense: