Replies: 1 comment 1 reply
-
Hi @zg009 ! See this small example that I put together to show how it can be done with the latest I also opened a pull request to update the example you linked: LinkedSoftwareDependencies/Examples-Components.js#1 Hope it helps! 🙃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to build off the examples in https://github.com/LinkedSoftwareDependencies/Examples-Components.js/tree/master/documentation/home/quick_start, however they haven't been updated for a while. I'm building using plain javascript, however I am getting the error -> Error: Failed to get module element MyComponent from module test-components.
I attempted rerouting within folders, and have instantiated an exportable class named MyComponent in the components/ folder, and I was unable to solve the stack trace.
Attached below are my package.json and generated components error file as .txt.
componentsjs-error-state.txt
package.txt
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions