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
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I started with the yew dashboard example's cargo file.
[package]
name = "dashboard"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
[dependencies]
failure = "0.1"
serde = "1"
serde_derive = "1"
yew = { path = "../..", features = ["toml"] }
I wanted to replace it with version="1" to try and get a list instead of the path= parameter, and the rendering got a bit borked, to say the least.
Expected behavior
I'd expected the rendering to not bork... Also, while editing the format for the file may have been invalid, which may have effected things.
Screenshots
Desktop (please complete the following information):
OS: macOS High Sierra
Version 10.13.3
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I started with the yew dashboard example's cargo file.
I wanted to replace it with
version="1"
to try and get a list instead of thepath=
parameter, and the rendering got a bit borked, to say the least.Expected behavior
I'd expected the rendering to not bork... Also, while editing the format for the file may have been invalid, which may have effected things.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: