question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with -components sub-directory

See original GitHub issue

My 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:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
webarkcommented, Jul 31, 2017

@rmmmp v0.3.5 has been released.

0reactions
mikkopaderescommented, Jul 31, 2017

Thanks a lot!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found