Replies: 2 comments 3 replies
-
This sounds to me like it's not going to be the solution to your problem. Why doesn't stylers build with Trunk? (cargo-leptos exists primarily to coordinate the process of rebuilding the backend and frontend. If you are not doing SSR, I recommend using Trunk. If your app is not building with Trunk, it is very unlikely it would build with cargo-leptos.) |
Beta Was this translation helpful? Give feedback.
2 replies
-
That was it. Downgraded to leptos 3.x and nightly from 4 month ago and now
it builds.
I'll wait for the maintainer to update styled.
…On Wed, 5 Jul 2023, 14:45 Greg Johnston, ***@***.***> wrote:
See #1263 <#1263> and
abishekatp/stylers#29 <abishekatp/stylers#29>
Stylers just hasn't updated to the latest, latest nightly, which included
a breaking change to this API in the last week or so. My guess would be
that you can either use Leptos 0.4.0 and downgrade to a slightly earlier
nightly (say, from two weeks ago), or wait for Stylers to update to the
latest nightly.
—
Reply to this email directly, view it on GitHub
<#1285 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIYJPLQOVC4ISM3LGMI2ZATXOVOVXANCNFSM6AAAAAAZ6TXI3I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use scoped styles with stylers, but it does not build with trunk.
I saw that you can use
cargo leptos
but I can't find how to do that without needing the ssr (server-side rendering) side of things, since i don't need it at all.Beta Was this translation helpful? Give feedback.
All reactions