simple question
Unanswered
Gharial posted this in #help-forum
GharialOP
how can i do that work ? OR is that possible ? ;
export default function MyClientComponent() {
const { prop } = zustandProps()
return (
<div>
<MyServerComponent myprop={prop} />
</div>
);
}