Tobbe Lundberg

Results 56 issues of Tobbe Lundberg

This PR adds more types to `renderHTML()` and related functions to make it more type safe

dev: refactor
topic: typescript

For the server router we don't need `` because we're not using contexts to store the location – we're passing it in as a prop instead. So this change just...

release:chore
changesets-ok

For some reason the same color gets applied to multiple windows, but not all. ![image](https://user-images.githubusercontent.com/30793/58164691-980d9680-7c86-11e9-81de-f91ce74511f4.png) I'm on Windows 10, with VSCode 1.34.0 and Window Colors 1.0.51 The way to trigger...

I don't have yarn installed, so I tried using npm instead. ``` npm i -g netlify-cli # Make sure you have the [Netlify CLI](https://github.com/netlify/cli) installed git clone https://github.com/netlify/create-react-app-lambda ## clone...

![image](https://user-images.githubusercontent.com/30793/116247537-3fe14800-a76b-11eb-9283-8e03fe603b40.png) ![image](https://user-images.githubusercontent.com/30793/116247584-496ab000-a76b-11eb-88e3-62359e3de266.png) That "external arrow" icon ends up in the wrong place on mobile. It should probably be vertically centered to the right of all the link text, or follow...

On my computer/Internet connection it takes a while for the providers to start loading. Could we add some sort of loading indicator? ![playgroundauth](https://user-images.githubusercontent.com/30793/115504995-1ad76b80-a279-11eb-998f-3ac54390e219.gif)

When I updated the Supabase auth implementation some months ago I accidentally introduced some regression, can't even remember now. But, to not risk doing the same thing next time I...

When I tried to login with Firebase using GitHub no errors were shown on the site, but in the console I could see this message ```json { "code": "auth/account-exists-with-different-credential", "message":...