goatslacker / goatslacker/alt-devtool
Dispatches are string
Open
- Dominant language
- JavaScript
- Stars
- 180
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description

I'm using Iso.
At first load, all Dispatches and all Stores are strings. But after at least one action, all Stores are changing object, but dispatches are not.
How can I fix it?
``` js
import Alt from 'alt';
const alt = new Alt({});
// Debug
Alt.debug('alt', alt);
```
This is all I did.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.