Nicolas Lohrer

Results 4 comments of Nicolas Lohrer

@apelsinet, did you make any progress on this? I'm dealing with the same problem right now. I've noticed though that it *does* seem to work after once resizing the window....

I've done some more digging. I'm not familiar at all with the codebase, but maybe my findings still help: `WindowScroller` has an `updatePosition()` method which measures the dom element's offset...

Huh, I didn’t know about that, thanks! Just to be sure I get this: Using `sourceText` would require copying the code into a string and passing it to `ReactSpecimen`, right?...

I've rewritten `Remarkable` as a function component to get rid of the outdated lifecycle methods: https://github.com/nicolasschabram/react-remarkable/pull/1. It should be functionally equivalent although I haven't thoroughly tested it yet. Would you...