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
I have a FormControl utility available in both Figma and code. This component is code-connected and serves as a foundation for designing various other components. For instance, in Figma, my FormControl component includes a slot where I insert a TextInput (which is also code-connected) to create a TextField component. In this setup, TextInput acts as a nested instance.
Previously, in inspect mode, the code snippet displayed imports for both FormControl and TextField. However, I recently noticed that only the FormControl import is shown, while TextField is still present in the code snippet but missing from the import list.
Is that a known issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey @ikochetov-mdsol, this looks like a bug. Could you please contact our support team and they can arrange for us to securely access your file? Please mention that you were referred from Code Connect Github and would like to give us access to the file in question
Hey @ikochetov-mdsol, thanks for that. I've confirmed this was a bug we inadvertently introduced when trying to improve an edge case with imports. We're reverting that change, so this should be fixed early next week. It will be fixed on the Figma web side, so no need to upgrade or republish.
Please provide:
Hi there,
I have a FormControl utility available in both Figma and code. This component is code-connected and serves as a foundation for designing various other components. For instance, in Figma, my FormControl component includes a slot where I insert a TextInput (which is also code-connected) to create a TextField component. In this setup, TextInput acts as a nested instance.
Previously, in inspect mode, the code snippet displayed imports for both FormControl and TextField. However, I recently noticed that only the FormControl import is shown, while TextField is still present in the code snippet but missing from the import list.
Is that a known issue?
Thanks!
The text was updated successfully, but these errors were encountered: