Oleg Novik-Dichko
Oleg Novik-Dichko
Thanks for the guide. This is what worked for me: ```csharp public class NullablePropertyOverridingVisitor : TypeScriptExportVisitor { public NullablePropertyOverridingVisitor(TextWriter writer, ExportContext exportContext) : base(writer, exportContext) { } public override void...
> But perhaps in the meantime we could at least move `useSyncExternalStore` to its own file Yes this would be great! In our particular case a type definition for `forwardRef`...
> I've done some work on this and due to some of the same things above it was not feasible for my own use to fully port it yet, the...
Hi, sorry for the late response. What significant changes have occurred that require an update?