---
name: "\U0001F41B Bug Report"
about: "Bugs, missing documentation, or unexpected behavior \U0001F914."
title: ''
labels: bug
assignees: ''
---

<!--

* Please fill out this template with all the relevant information so we can
  understand what's going on and fix the issue. We appreciate bugs filed and PRs
  submitted!

* You can get the installed version of an NPM package by running `npm ls <insert package name>` in your terminal.

-->

- `three` version:
- `@react-three/fiber` version:
- `@react-three/drei` version:
- `node` version:
- `npm` (or `yarn`) version:

### Problem description:

<!-- Please describe why the current behaviour is a problem -->

### Relevant code:

<!-- feel free to input the code in the space below, but since we're working with 3D, it's generally better to provide a sandbox, here's a start – https://githubbox.com/pmndrs/drei/tree/master/sandboxes/bug-report-template-starter -->

```js
let your = (code, tell) => `the ${story}`
```

### Suggested solution:

<!--
It's ok if you don't have a suggested solution, but it really helps if you could
do a little digging to come up with some suggestion of how to improve things.
-->
