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.

How to import nested component

See original GitHub issue

Hey nice work for creating this plugin!
But I am not able to import a component inside a component…
Getting Cannot find module './header.svelte' in the browser console …

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DeMoorJaspercommented, Dec 14, 2017

Ow no that that was just for testing, you should however remove the old cache and update the plugin. After that it should work both with and without caching enabled

0reactions
andruschkacommented, Dec 14, 2017

So - it is only working with --no-cache flag - am I right? EDIT: ok just had to delete .cache 💯

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction / Nested components • Svelte Tutorial
Instead, we can import components from other files and then use them as though we were including elements. We now present you 2...
Read more >
Angular Nested Components With Example - Dot Net Tutorials
Open the “app.module.ts” file which is present inside the app folder, and then do the following things. First, you need to import the ......
Read more >
React create app - How do you import a nested component?
I am using React create app and I understand how to import a component into my main app which is called app.js. What...
Read more >
Understanding the Purpose of Nested Components | Pluralsight
Here in this file, we have imported our two nested components, and after importing them, we need to specify that component into the...
Read more >
Import/Export Components in React.js in Hindi 2021 - YouTube
Nested Components | Create Reusable Component | Import /Export Components in React.js in Hindi 2021 ... #stubborndevelopers In this video, we will ...
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