Closed bowheart closed 1 year ago
The dehydrate and hydrate atom config functions need to use a generic at the atom() factory level to really work. Maybe we'll get to this eventually, but for now just remove the not-good-enough D generics and use any and unknown types.
dehydrate
hydrate
atom()
D
any
unknown
Description
The
dehydrate
andhydrate
atom config functions need to use a generic at theatom()
factory level to really work. Maybe we'll get to this eventually, but for now just remove the not-good-enoughD
generics and useany
andunknown
types.