-
|
Can you provide a working example of idom.web.module_from_url |
Beta Was this translation helpful? Give feedback.
Answered by
rmorshea
Jul 15, 2021
Replies: 1 comment
-
|
An example usage can be seen here. However if I had to guess, that's probably not what you're looking for. If you're trying to replicate the old behavior of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sylvoslee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example usage can be seen here. However if I had to guess, that's probably not what you're looking for. If you're trying to replicate the old behavior of
idom.Moduleyou'd actually want to use ismodule_from_templatewhich allows you to just pass in the name of a React-based JS package.