Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

how to use with typecript? #102

Open
crazy9001 opened this issue Oct 15, 2019 · 2 comments
Open

how to use with typecript? #102

crazy9001 opened this issue Oct 15, 2019 · 2 comments

Comments

@crazy9001
Copy link

My project using typescript, however I can't use
image

@MonteLogic
Copy link

Have you tried factoring out 'React-bootstrap' and using your own styling? That may help.

@AlexCatch
Copy link

You'll need to combine your props to include InjectedProps from redux-modal

Something like this:

import { InjectedProps } from 'redux-modal';
export type CombinedProps = YourProps & InjectedProps;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants