-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
i can't get the component to mount #41
Comments
so the problem is that you can't mount an element that was previously registered? Please keep in mind that in a module-based scenario, the import "./my-tag"; // this registers the component
riot.mount("*"); |
That's what i did. As i said, i followed the execution into your code. It even seems like it executed the following line i followed also the execution of the mount, and there i saw that it simply doesn't recognize the tag... So i'm at lost.. |
it's difficult to say. The only thing that comes into my mind is having two If you can/want, setup a repo that I can clone and check. |
It sounds very reasonable...i still don't see where riot was instantiated twice, though. It is a private repository, but i can send you a tar/zip. it's very small, because it's in a boilerplate status. where can i send it to? |
@dharmax sent it to |
i sent it to you yesterday |
yup I'm looking at it, but nothing so far.
Can you please confirm the correct way to build/run the project is:
node server/web-server
?
2016-11-24 12:16 GMT+01:00 avi <[email protected]>:
… i sent it to you yesterday
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACemK_ue2hdziLIqQz_Bsqy4DlCU-W23ks5rBXH4gaJpZM4K5H7q>
.
|
hi, yes, this is indeed the program to execute, sorry (after you do yarn
install, typings install, compile with tsc and lessc)
…On Thu, Nov 24, 2016 at 1:19 PM nino-porcino ***@***.***> wrote:
yup I'm looking at it, but nothing so far.
Can you please confirm the correct way to build/run the project is:
node server/web-server
?
2016-11-24 12:16 GMT+01:00 avi ***@***.***>:
> i sent it to you yesterday
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#41 (comment)>,
or mute
> the thread
> <
https://github.com/notifications/unsubscribe-auth/ACemK_ue2hdziLIqQz_Bsqy4DlCU-W23ks5rBXH4gaJpZM4K5H7q
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#41 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC-ezkGBcEsB3BVPPOH3XKqoOkBuf6F_ks5rBXKsgaJpZM4K5H7q>
.
|
Any new findings? |
Same issue here... I use steal.js as module loader and even if I try to do everything in one file riot doesn't mount. I've looked if it isn't related to template or some issue with requests but everything downloads correctly only (I even tried calling riot.compile() with callback containing riot.mount()) riot.mount() returns empty array and nothing mounts. Main.ts:
IDE.ts:
ACMS_IDE (twig template rendered from php server with symfony):
any suggestions? :) |
i use jspm.
i read the issues people have with riotts and jspm so i added riotts as a git submodule.
i built a tiny component and i followed the execution in the debugger:
How could that be...?
The text was updated successfully, but these errors were encountered: