Doesn't work with -components sub-directory
See original GitHub issueMy pods currently has the following structure:
<route_name>/-components/<component_name>
.
However, this doesn’t work as the podNames
array from this line includes <route_name>/-<component_name>
.
I believe the components
word is being removed for some reason leaving out just the dash (-
).
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Components in subdirectory doesn't reload · Issue #175 - GitHub
js triggers RHL fine, but modifying js/Components/App.js doesn't do anything. Nothing at all in the console, no polling, nothing. Webpack config ...
Read more >Not able to load React Components from a subdirectory in a ...
My React application works perfectly if I have everything inside of index.tsx. typescript · Share.
Read more >Nuxt components work but subfolder components does not?
Pages > index.vue. Displays just fine. But components inside componentA.vue are not displaying. Folder structure components > component-a.
Read more >Is there a way to move blade components in subfolders ?
When using blade component with a class there is no problem because there is the render() method in the component class where we...
Read more >Deploying React (Router) app to the subfolder on server
I solved this problem by using HashRouthing instead of BrowserRouting . Just I want to know what will be the wrong of using...
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
@rmmmp v0.3.5 has been released.
Thanks a lot!