summaryrefslogtreecommitdiff
path: root/node_modules/@phntms/use-local-state/.github/ISSUE_TEMPLATE/REPORT_A_BUG.md
blob: aed65f38061ea3324e098f16d992519e61c16cfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
name: "\U0001F41B Report a bug"
about: "Is something not working as you expect?"
---

<!-- Please answer the following. Issues that do not will be closed. -->

> Clearly describe the bug

e.g. "Data does not persist upon refresh."

> Which version of use-local-state are you using?

e.g. `0.1.0`

> What version of React are you using use-local-state within?

e.g. `16.9.0`

> What build/platform are you using?

e.g. "Next.js 10"

> What did you expect to happen?

e.g. "Updated value to be persisted."

> What actually happened (e.g. what warnings or errors did you get)?

e.g. "Hook always returns default state."

<!--
Before posting, please check that the bug hasn't already been discussed previously (https://github.com/phantomstudios/use-local-state/search)

You can help us fix the bug more quickly by:
1. Figuring out what needs to be done and proposing it
2. Submitting a PR with failing tests.

Once the bug has been confirmed, you can help out further by:
1. Writing the code and submitting a PR.
-->