Closed edemaine closed 1 week ago
The following examples weren't working before:
<Component {f()?.{nx,ny}}>
{x().{a,b}, y()?.{c,d}}
Also improved globs to not use refs if we only need one property, which occurs in a bunch of dynamic import examples.
import
The following examples weren't working before:
<Component {f()?.{nx,ny}}>
(ref caused trouble — I encountered this in the real world which is what sent me down this path){x().{a,b}, y()?.{c,d}}
(didn't properly merge with multiple refs)Also improved globs to not use refs if we only need one property, which occurs in a bunch of dynamic
import
examples.