Replies: 2 comments 7 replies
-
|
I haven't used valtio-history before, but it seems to use a proxy object from the valtio library at its core. The information I can provide is that searchState is an object wrapped by a valtio proxy. Therefore, you should look for the problem in your own usage, or investigate the source code of the SSR framework. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
can you provide a reproduce about computed proerty in valtio?
发自我的iPhone
…------------------ Original ------------------
From: piouson ***@***.***>
Date: Wed,Dec 3,2025 10:44 PM
To: zhangyuang/ssr ***@***.***>
Cc: yuuang ***@***.***>, Comment ***@***.***>
Subject: Re: [zhangyuang/ssr] How to fix: valtio-history not working?(Discussion #358)
Alright, thanks for sharing the framework link. Do you have other helpful resources for contributing to the repo. I might need better understanding first.
Did you know that valtio computed properties with getter also do not work, maybe they are related? Maybe I can investigate computed properties issue first, since valtio-history is not used in template..
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Please help...
npm init ssr-app ssr-example ✔ Select ssr framework version (v6 or v7): › v7(Recommend...) ✔ Select a framework: › nestjs-react18-ssr ✔ Select build tools which you want to use › Rspack cd ssr-example npm i npm i -D @swc/cli @swc/core npm i valtio-history@0.3.5web/store/modules/search.tsweb/components/search/index.tsxnpm startBeta Was this translation helpful? Give feedback.
All reactions