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
Using x-dropdown: "projects" doesn't behave the same as if project or projectName is used as the schema prop. While the dropdown appears in Nx Console, the project itself is not selected when using the context menu
Example:
Expected Behavior
Steps to Reproduce
You can use the @nrwl/angular:storybook-configuration as an example. Right-click on an Angular lib and choose storybook-configuration from the generator dropdown menu.
Failure Logs / Images / Videos
Environment
The text was updated successfully, but these errors were encountered:
Current Behavior
Using
x-dropdown: "projects"
doesn't behave the same as ifproject
orprojectName
is used as the schema prop. While the dropdown appears in Nx Console, the project itself is not selected when using the context menuExample:
Expected Behavior
Steps to Reproduce
You can use the
@nrwl/angular:storybook-configuration
as an example. Right-click on an Angular lib and choosestorybook-configuration
from the generator dropdown menu.Failure Logs / Images / Videos
Environment
The text was updated successfully, but these errors were encountered: