name | about |
---|---|
Bug report |
Create a report to help us improve |
Note that, the bug you're reporting may have registered in the Issues by another user. Even the bug you're reporting may have been fixed in the @next
version. In those reasons, I recommend you to check the old Issues and reproduct your code with the @next
version before publishing the bug reporting issue.
`npm install --save @ORGANIZATION/PROJECT-api@next`
When same error occurs with the @next
version, then please fill the below template:
- SDK Version: 0.1.0@dev-20210626
- Expected behavior:
- Actual behavior
import api from "@ORGANIZATION/PROJECT-api";
/* Demonstration code occuring the bug you're reporting */