Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for calling wire( "MyComponent@module" ) #139

Closed
grantcopley opened this issue Jan 4, 2024 · 1 comment
Closed

Add support for calling wire( "MyComponent@module" ) #139

grantcopley opened this issue Jan 4, 2024 · 1 comment
Milestone

Comments

@grantcopley
Copy link
Collaborator

Update wire@module support to allow using #wire( "wire@module" )# outside of the module the wire exists in.

If just the wire name is used from inside a module and the wire does not exist in the current module, it looks for a matching wire name in the root wire location and if found uses it.

@grantcopley grantcopley added this to the 3.2 milestone Jan 4, 2024
@grantcopley
Copy link
Collaborator Author

PR here #130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant