---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔.
labels: bug
---

<!--
Please make sure that you have updated to the latest version.

Also, please check whether an issue already exists for the behavior you're experiencing.
-->

## Bug Report

### Code

<!--
You can either add your code here:

```ts
var your => (code) => here;
```

or for bigger pieces of code, create a new GitHub repository we can clone to reproduce the problem.
-->

### Expected behavior

<!-- A clear and concise description of what you expected to happen. -->

### Actual Behavior

<!-- A clear and concise description of the behavior. -->

### Environment

-   Package version:
-   Node version: <!-- `node -v` -->
-   Operating system:
