Olivier Robert
Olivier Robert
@toddams I have the same problem as OP. I have used the extension method above and it doesn't work. Usages of 'Localizer[]' throws null reference exception. Using RazorLight 2.0 beta...
When design:type cannot be fetched, it is likely a circular dependency problem. An issue has been opened about this in TypeScript GitHub: microsoft/TypeScript#19563
Hi I took a deeper look at how reflection works in TypeScript and from what I've read it is not possible to retrieve the type from `design:type` when using nullable...
Yes you could throw a more descriptive error message. It was a generic JavaScript message and I had to dig a lot to understand what was going on. Here is...
@remarkablemark here is a complete component code that will reproduce the issue. Note that this issue only happens when using the `parse()` function inside a NextJS client component, no problem...
@remarkablemark Yes, that is the workaround I have done. But I feel it's a bug that should be fixed. What is the library used client-side? I will open an issue...