f / f/vue-wait

[Bug Report] `[vuex] unknown action type: wait/start` occurred on Vue TypeScript

Open
#96 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
98
PR merge metrics
No merged PRs in 30d

Description

# Step to reproduce
Using `store.dispatch('wait/start', 'app loading', { root: true })` or `wait/end` on `router.beforeEach` in Vue TypeScript project.

However, it is working fine on Vue with CommonJS project.

# Expected Behavior
It should be worked without any error or warning.

# Actual Behavior
There have error for unknown action type.

```
[vuex] unknown action type: wait/start
```

# Environment
- **vue**: 2.6.11
- **vue-wait**: 1.4.8
- **typescript**: 3.8.3

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.