Closed zoakes closed 9 months ago
What version are you using?
cloned repo -- Master branch, latest.
WRT Rust, 1.78 nightly
➜ custom_renderers_svg git:(master) ✗ cargo --version
cargo 1.78.0-nightly (7bb7b5395 2024-01-20)
➜ custom_renderers_svg git:(master) ✗ rustup --version
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active rustc
version is rustc 1.78.0-nightly (b11fbfbf3 2024-02-03)
➜ custom_renderers_svg git:(master) ✗ rustc --version
rustc 1.78.0-nightly (b11fbfbf3 2024-02-03)
I realized if I go back to the release 0.6 commit, and run -- seems to be fine. Unsure of how Master is treated wrt convention in this repo.
So, I can certainly fork off there if needed, or download the release version.
Yeah using the release would be my recommendation. I'm in the final stages of a major refactoring so master is not necessarily stable right now. Will release soon!
Understood — thanks!
Get Outlook for iOShttps://aka.ms/o0ukef
From: Marc-Stefan Cassola @.> Sent: Monday, February 5, 2024 1:26:19 PM To: Synphonyte/leptos-struct-table @.> Cc: Zach Mazz @.>; Author @.> Subject: Re: [Synphonyte/leptos-struct-table] default table row renderer bug? (Issue #16)
Closed #16https://github.com/Synphonyte/leptos-struct-table/issues/16 as completed.
— Reply to this email directly, view it on GitHubhttps://github.com/Synphonyte/leptos-struct-table/issues/16#event-11708919648, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALPUCIG7KUSFPJM3DCZZ57TYSEW5XAVCNFSM6AAAAABCZDI6HGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRG4YDQOJRHE3DIOA. You are receiving this because you authored the thread.Message ID: @.***>
I'm new to the repo, but struggling to get (most) of the examples to run. The exception so far is the custom_renderer_svg, which uses an overriden renderer. This is a bit beyond my familiarity to diagnose, but it seems like it just needs a Clone requirement, or a slight deviation in the DefaultTableRowRenderer impl. At a glance it doesn't seem to be missing Clones anywhere, unsure.
Here is the error I seem to get in most other examples: