From 4f97146820c2d6e571add8d70459478861796cd5 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 6 Apr 2021 23:04:05 +0200 Subject: [PATCH] github: add react code sandbox --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5352df5c..651e0e2f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,7 +18,8 @@ Steps to reproduce the behavior: 4. See error message Create a new Codesandbox replicating your error -https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue +https://codesandbox.io/s/tiptap-issue-template-b83rr?file=/src/components/Tiptap.vue (Vue) +https://codesandbox.io/s/tiptap-react-08yxr (React) **What behavior did you expect?** A clear and concise description of what you expected to happen.