Cannot identify a component in rule snippet
See original GitHub issueEmbroider is having issues with components from ember-power-select
.
https://github.com/cibernox/ember-power-select/issues/1368
cannot identify a component in rule snippet: “{{power-select/before-options}}”
I believe the issue is that Resolver’s standardDasherize
method is not checking if the ast.type
is a “Template”. https://github.com/embroider-build/embroider/blob/master/packages/compat/src/resolver.ts#L224
The same error is also appearing for ember-basic-dropdown.
cannot identify a component in rule snippet: “{{basic-dropdown-trigger}}”
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Breaking with embroider: `cannot identify a component in rule ...
Build Error (WaitForTrees) cannot identify a component in rule snippet: "{{power-select/before-options}}". Info: Node 10.15.3; Ember 3.18.1; Power-select ...
Read more >Built-in snippet not working in VS Code for React
Go to Preference - Settings - Extensions - Search for React Snippet and check if the values are correctly checked in. Share.
Read more >Error Boundaries - React
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI...
Read more >Enable Snippets - Salesforce Help
Before you can use a snippet in an asset, prepare your Salesforce org for the feature and create some snippets. Make sure that...
Read more >Add New Snippet | Altium Designer 23 User Manual
To access the Snippets panel, the UI.DesignReuse option in the Advanced Settings dialog must be disabled. The Advanced Settings dialog is ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I wasn’t sure if you had the same user name in Github, so I hesitated to tag you. 😃
That’s what I’m adding, just need to get a test to go through with “Template” as the AST type.
#472 was merged. Closing. Please reopen If necessary.