You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove outdated v0.1.x CodeSandbox link
- Add note about using v3.x with Pane component API
- Add StackBlitz as alternative reproduction option
- Add Environment section for version info
Fixes#865
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,9 @@ Steps to reproduce the behavior:
18
18
19
19
or
20
20
21
-
Post a link to a [CodeSandbox](https://codesandbox.io/). You can start by forking [this one](https://codesandbox.io/s/mz305w3yoy).
21
+
Post a link to a reproduction using [StackBlitz](https://stackblitz.com/) or [CodeSandbox](https://codesandbox.io/).
22
+
23
+
> **Note:** Make sure you're using react-split-pane v3.x with the new `<Pane>` component API. See the [README](https://github.com/tomkp/react-split-pane#readme) for usage examples.
22
24
23
25
#### Expected behavior
24
26
@@ -28,6 +30,13 @@ A clear and concise description of what you expected to happen.
28
30
29
31
If applicable, add screenshots to help explain your problem.
0 commit comments