Akira HIGUCHI

Results 2 issues of Akira HIGUCHI

I want to create a type by modifying another type like below. But, I don't want to export `typeAProps`. I want to create `TypeB` from `TypaA._properties` but `_properties` is private....

I want to update a part of global state in a child component. Then, eslint-plugin-valtio warn based on valtio/state-snapshot-rule. How to implement in correct way? sample: ```tsx import { FunctionComponent...