You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now createStore is our only ts file and the only one worth having. Ideally it would import some of its type defs from index.d.ts so we can still offer goto definition that resolves to source code instead of types. We need to package it for ts users to return type info from the create store function.
The text was updated successfully, but these errors were encountered:
we should publish an alpha of the current master locally using verdaccio and ensure it works with our examples. same thing with fetch-fx especially if gets refactored to typescript
Right now createStore is our only ts file and the only one worth having. Ideally it would import some of its type defs from index.d.ts so we can still offer goto definition that resolves to source code instead of types. We need to package it for ts users to return type info from the create store function.
The text was updated successfully, but these errors were encountered: