Dev Taehui
Dev Taehui
I'm very sorry to you all, but I'm not sorry to MS at all. When I think about the stress I've been under due to MS's slowdown strike, I feel...
@balazs-adam OK, thanks! I hope that it will support dotnet 8.
PLEASE SHARE XAML ISLANDS DEV PROGRESS!!!
@boppbo @michael-hawker The app I created relies entirely on XamlIsland, so I was very nervous because I had no news of XamlIsland. I apologize for my aggressive behavior. I've seen...
@mweststrate I tried MobX 6.3.3, MobX 6.0.0. But it doesn't work with same reason. I tested IE11 with VBS script on Windows 11. Create `Launch IE.vbs` file and write this...
@mweststrate According to the example I posted, calling `mobx`'s `configure({ useProxies: "never" })` in index.js does not work in IE11. If I remove that code it works on IE11 And,...
@mweststrate Does need other polyfills for CRA project? Accroding to thrown error, It seems to be that @@toPrimitive Symbol and decorator was not fully polyfilled.