We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
class GithubComponent(rx.Component): library = ( "@masenf/hello-react@github:masenf/hello-react" ) tag = "Counter" def github_component_example(): return GithubComponent.create()
works. However, cloning or downloading masenf/hello-react and changing the wrapper to:
class GithubComponent(rx.Component): library = ( "@masenf/hello-react@../hello-react-main" ) tag = "Counter" def github_component_example(): return GithubComponent.create()
will result in the the error
Module not found: Can't resolve 'lodash'
To Reproduce See above.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Specifics (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
ENG-4133 Wrapping React component from local package works for github as source but not for local directory
Sorry, something went wrong.
No branches or pull requests
Describe the bug
works. However, cloning or downloading masenf/hello-react and changing the wrapper to:
will result in the the error
Module not found: Can't resolve 'lodash'
To Reproduce
See above.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Specifics (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: