You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{atom}from'jotai'import{jotai}from'jotai-components'constwidthAtom=atom(100)functionParent(){return(<jotai.div$style={(get)=>({width: get(widthAtom)})}>
example
</jotai.div>)}
The text was updated successfully, but these errors were encountered:
To not create boilerplate intermediate atoms:
The text was updated successfully, but these errors were encountered: