BUG_REPORT.md
August 27, 2022 ยท View on GitHub
Bug Report
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:
Summary
- SDK Version: 0.1.0@dev-20210626
- Expected behavior:
- Actual behavior
Code occuring the bug
import api from "@ORGANIZATION/PROJECT-api";
/* Demonstration code occuring the bug you're reporting */