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
When installing the accordion component using the --type accordion flag via the CLI, only the accordion component is explicitly installed. However, the issue arises because the native_accordion component is not explicitly installed, yet its colors and related functions are still included in the process. As a result, since no checks were implemented to handle this scenario, the following warning appears:
warning: function item_color/2 is unused
│
775 │ defp item_color("default", "natural") do
│ ~
│
└─ lib/test_chelekom_web/components/accordion.ex:775:8: TestChelekomWeb.Components.Accordion (module)
The text was updated successfully, but these errors were encountered:
When installing the
accordion
component using the--type accordion
flag via the CLI, only theaccordion
component is explicitly installed. However, the issue arises because thenative_accordion
component is not explicitly installed, yet its colors and related functions are still included in the process. As a result, since no checks were implemented to handle this scenario, the following warning appears:The text was updated successfully, but these errors were encountered: