Dan Wood

Results 57 comments of Dan Wood

I had this error on a project that was using absolute imports. It seems like setting `NODE_PATH=src/` in the `.env` file is no longer supported. I instead had to use...

I should point out that there is a workaround for this. You can use React.ComponentProps to pull out the type from the component. ```ts function TemplateLibraryTab({ children, ...props }: React.ComponentProps)...

@RobinMalfait I hate to pester you, but I would love it if we got some more clarity around the plan for this. I can see in a linked issue that...

Hi @williaster. I don't exactly have a use-case for this, I just got tripped up because it was documented as having it. I started with an example chart that used...

I'm actually using `react-date-picker` (I should have posted this over there). That makes it tricky because the input lives in a `td` table cell, and the calendar pops out with...

Here's a case where it is obviously broken. https://codesandbox.io/s/shy-wind-6nz1p

Interestingly, it doesn't seem to have a problem when in fullscreen app mode (https://6nz1p.csb.app). I think the issue has to do with a performance slowdown interfering with the positioning of...

The same thing happens with this similar example https://codesandbox.io/s/clever-lehmann-jkvop?file=/src/App.js except with an absolute-positioned content (similar to an issue I am facing) I did some digging and it looks like the...

@benfluleck I made a PR that fixed it for us: https://github.com/gilbarbara/react-joyride/pull/658 It was rejected because of it not working in some cases, but it worked for us, so I published...

Confirming this works on Safari on the beta version, but it does not work on the current prod version. Tried with private browsing too, and unregistering service workers.