Michael Altamirano

Results 4 comments of Michael Altamirano

> I've created a [ts-migration](https://github.com/emotion-js/emotion/tree/ts-migration) branch. It seems to me that the easiest approach to do this would be to actually: > > 1. drop Flow entirely - from the...

> Yeah, it sounds legit, as I use other libs that are still using Emotion 10. (like StoryBook indeed) > > > My fix is to do patch-package and comment-out...

There is some information about the plugins via the CLI, though I agree that some Github documentation may be helpful. My steps for discovering this were: 1. Reading the general...

@drwpow Isn't it the case that OpenAPI 3.1 no longer supports the `nullable` property, instead preferring `"null"` to be added to the `type`? https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0. `redocly` in particular lints `nullable: true`...