WireUiActions not detected #881
Unanswered
codigobyte-repo
asked this question in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find a way to carry out the following process:
`use WireUi\Traits\WireUiActions;
class MyComponent extends Component
{
useWireUiActions;
WireUiActions is not detected. In the vendor folder in Traits I added WireUiActions.php obtained from this repository, but the dialog does not activate. Do I have to execute any command that is not indicated in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions