Ufuk Bakan

Results 5 comments of Ufuk Bakan

Here how i've solved this: - Create a vite project (npm create vite) - Then after entering your project name, select vanilla and then select typescript - Now you have...

Why you don't just query select your html element then set its inner html? Do you need to reflect same text both in excalibur canvas and in HTML DOM? If...

I've more than 400 commits contribition graph shows only 30 Re-logged in nothing changed. Although i'm first time using this app how can it be cached? ![wrapped_ufukbakan (1)](https://user-images.githubusercontent.com/44516872/209285016-acc8ea29-f751-4b69-bbf2-5358290b3328.png)

@tedspare update your static dates with dynamic last year...

Okay the current workaround is instead of writing props like that: ```tsx return ``` refactor it as: ```tsx props = {...props, disabled: true}; return ```