Vivek Patel
Vivek Patel
Has there been a resolution on how to continue forward with this, if at all? I would vote that this space requirement is a bug even though the requirement is...
Would dangerouslySetInnerHTML work for this case? React doesn’t have support for rendering HTML comments, so if you need to render raw strings like the comments, then I believe that you’ll...
Ah, yes, that's true. Then I'm unaware of a way to render an HTML comment within Oy today. To support this, I think we would need to have a post-processing...
@AndrewIngram great idea! I could see something like Foundation's components being built in a fairly straightforward way on top of Oy. For example, in the Hello World example, [EmptySpace.jsx](https://github.com/revivek/oy/blob/next/examples/hello/modules/EmptySpace.jsx) is...
Checking in on this. I created a simple file with TS 2.7.2: ``` import * as Oy from 'oy-vey'; console.log(Oy); ``` And things worked fine. Is there a verbose logging...
I'd be very curious to investigate this more but I can't seem to reproduce the issue, however. I created a simple project, which I'm attaching. Would someone be able to...
Thanks @mponizil, that did the trick. I've tried several different versions of the typings, which make a difference of a few seconds, but still exhibits the drastic complexity-to-compile-time growth. I'll...
Thinking out loud here: - We could use `ReactTestUtils.createRenderer` to fork, decorate, and modify the ReactElement tree. This works because we have no state on the server. Yes, this uses...
Thanks for the feedback. I'm still wary about the switch from opt-out to opt-in validation, but I guess that's what a major release tick is for :) I am using...
Thanks for reporting. I [tried reproducing the problem with my Android device, using lang: 'rtr'](https://cloud.githubusercontent.com/assets/719821/21663218/cc632d86-d2ac-11e6-9f1b-7162b18a68fc.png), though have been unable to. Could you share a screenshot?