Doesn't seem to work any more
See original GitHub issue🐛 Bug Report
🎛 Configuration (.svelterc, package.json, cli command)
Upgraded all my projects and none of them work any more, with the error component Xxx is not a function
If you simply clone this project and then point parcel at the index.html file, you will notice that you get the same error:
💻 Code Sample
➜ npx parcel index.html
Server running at http://localhost:1234
✨ Built in 2.35s.
In your browser console:
component.svelte:22 Uncaught TypeError: (0 , _component2.default) is not a function
at Object.parcelRequire.4../components/app/component.svelte (component.svelte:22)
at newRequire (main.5ce53338.js:48)
at parcelRequire.12 (main.5ce53338.js:75)
at main.5ce53338.js:80
parcelRequire.4../components/app/component.svelte @ component.svelte:22
newRequire @ main.5ce53338.js:48
parcelRequire.12 @ main.5ce53338.js:75
(anonymous) @ main.5ce53338.js:80
🌍 Your Environment
This project’s exact dependencies, and NodeJS 9.10.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
it seems not working or it doesn't seem to work?
The correct phrase would be "it doesn't seem to work." it doesn't seem to work. This is correct. If you keep trying to...
Read more >7 Reasons You Have No Motivation To Work (And ... - Zippia
In our modern work culture, being busy is often seen as a status symbol — it shows that you're in high demand and...
Read more >Why "just do as I say" doesn't seem to work anymore ... - Creatis
He/she probably has not had great engagement from a boss who has clearly stated what is expected of them. The fix here is...
Read more >5 Reasons You Don't Want to Work Anymore & How to Cope
Feeling like you don't want to work anymore can be a sign that you need to pay better attention to your day-to-day workflow....
Read more >I don't feel like working anymore. What should I do? - Quora
No, there is nothing wrong with you. No one wants to work. That's why companies have to pay people to do all of...
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
@DeMoorJasper This is excellent - it works brilliantly - you are an absolute legend!
Awesome, wondering if this goes up all the way to parcel. It’s probably not really related to the plugin, I’ll def look further into this and open a pr/issue in the project this originates from
Sent with GitHawk