Bruce Liu

Results 7 comments of Bruce Liu
trafficstars

Awesome! I look forward to it.

> However, my point is that using the phrase "some cases" in the official documentation feels rather precarious. It's very vague, and when I encounter a bug, I can't possibly...

I also have this issue. To avoid having to add an extra, unused export, I was able to resolve it by using a const export. Quite strange. ```ts export const...

@Alletkla Several issues with your comment. 😅 1. I wasn't the one who suggested to add an unused export. That was @garyb01. 2. Although it wasn't explicitly mentioned, @garyb01's fix...