Simon Wikstrand

Results 4 comments of Simon Wikstrand

You are supposed to use the set method of the loading-bar object, from what i understand. You can react on prop change and trigger the set method instead.

`withMT` is overriding settings from the default tailwind theme, specifically it's the overriding of the color block that cause dark mode to not work. If you want a temporary solution,...

Temporary fix could be to comment out this line, unsure if it has any side effects though. It is the 'hidden' attribute on elements that apply the tailwind css styling....

An addition to this issue is in case you call the webhook from a release/tag, then ref becomes `"ref": "refs/tags/v1.0.11"` which is changed between webhook calls. I'm currently considering how...