Michael Ford

Results 5 comments of Michael Ford

@Timmmm . Yes, that's the message and you are correct that it's an error. I fixed this by forking and adding children: React.ReactNode; to SplitPaneProps in index.d.ts. @johnflux I don't...

@Gerrit0 that is great news. Is there an example of this? I am trying to combine multiple packages from a mono repo? I am referencing your repo https://github.com/Gerrit0/typedoc-packages-example but it's...

@Quernest, thank you for the response and sorry for the late response. I didn't realize that you had responded to me :-(. I agree with your point about not wanting...

I was getting this issue and I was able to 'resolve' it. I was getting the problem because there were 2 instances of mui (I have a mono repo and...

I created a workaround by creating StrictMonthParser that extends MonthParser and then setting it into the parsers. This has two problems. It changes the existing behavior and access a nested...