mobxjs / mobx-devtools

Mobx Devtools (React, Chrome Extension) - Looking for maintainers! https://github.com/mobxjs/mobx-devtools/issues/55
MIT License
488 stars 32 forks source link

types not found for mobx-devtools-mst #67

Closed chrisdrackett closed 3 years ago

chrisdrackett commented 4 years ago

I'm attempting to use mobx-devtools-mst in typescript and I'm not seeing types. I tried to install @types/mobx-devtools-mst but I see types have been removed from that as it says that types are provided. I've got 0.9.21 installed and don't see any types however.

pluma commented 4 years ago

Same. Problem is that the @types/mobx-devtools-mst package is a stub package claiming the library ships its own types, which is not (or no longer) true.

SylvanasGone commented 4 years ago

@chrisdrackett Try to downgrade to @types/mobx-devtools-mst@0.9.0(which hasn't been deprecated) as a temporary alternative. It worked for me.

TotallWAR commented 4 years ago

The same here. Do you have plans to support typescript typings?