Closed Lalaluka closed 2 months ago
Can you please review this PR. We need this patch.
This fix really important for us too, it allow us to use typescript in applications. review please.
Same for us. Could you please review it and merge as soon as possible? Thanks!
Guys, please, review this PR.
Hi, @Lalaluka I've tested your solution locally and it looks like issue still present when I try to pass any other custom props.
render?: (this: AppProps) => any;
in this line we define "this" as AppProps and error is next: 'customProp' does not exist on type 'AppProps'
Is this still a problem? The code looks fine, but @svyatoslav-e's comment makes me unsure that it fully fixes the problem
Can someone fix this please
This pull request is old and has conflicts and open questions. A new PR might be best to solve the problem.
I finally came around working on #86 was a bit more than you proposed @joeldenning but now it should work.
Tests are passing and I also installed the renewed package in a Vue2 and Vue3 Application and it still works.
(I also updated the single-spa version)