yew/.github/ISSUE_TEMPLATE/bug_report.md
Philip Peterson 5fc4387dc5
Rip out stdweb (#1697)
* feat: Remove usage of stdweb

* Cleanup Cargo.toml

* yew-services fixes

* fix doc test

Co-authored-by: Justin Starry <justin.starry@icloud.com>
2021-01-24 00:14:15 +08:00

1.1 KiB

name about title labels assignees
Bug report Create a report to help us improve Yew bug

Problem

Steps To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment:

  • Yew version: [e.g. v0.17, master]
  • Rust version: [e.g. 1.43.0, nightly]
  • Target, if relevant: [e.g. wasm32-unknown-emscripten]
  • Build tool, if relevant: [e.g. wasm-pack, trunk]
  • OS, if relevant: [e.g. MacOS]
  • Browser and version, if relevant: [e.g. Chrome v83]

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later