Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 914 Bytes

BUG_REPORT.md

File metadata and controls

26 lines (19 loc) · 914 Bytes
name about
Bug report
Create a report to help us improve

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 */