Hi, using Plasmic Select with codegen we are running into an uncaught error while focusing on the select. This occurs even within plasmic studio preview on the select component.
Is this bug coming from the way the plasmic select library uses @react-aria\select\dist\import.mjs?
Or will the fix be in our select component design?
Hey @ideological_sloth and @parliamentary_trout!
I think I’ve found a solution for your issue. Since you’re using our Select component as a wrapper for your Select (im gonna call this Select2 for now), there are some stuff that can’t be changed in the API/structure of the component.
This issue is happening because the trigger div is marked as not rendered. Can you try wrapping your Select2 component in a div and naming the div trigger and see if that helps?