Mateusz Podlasin
Mateusz Podlasin
I would actually be super interested in merging themes in ThemeProvider if there was already ThemeProvider higher in component tree. We have a multi-module application where you would define styles...
I'll try to do it today
There is also third issue with [this line](https://github.com/oliviertassinari/react-swipeable-views/blob/master/packages/react-swipeable-views/src/SwipeableViews.js#L552), which works well one swiping only one slider, but in my case user will often swipe more than one slider at once...
I will just add it appears that we are using json-schema-generator in literally one line of http-spec, so I guess swapping it for something shouldn't be *too* difficult.
Hey. It actually is possible. You can generate an app with `[email protected]`. Then you just have to change `react-scripts` version to `4.x.x` and it works. Hope this helps. :)
Hey. Having a quick look at the code, `url` takes precedence over `email`. So if you remove `url` from the openapi doc, you should see a link pointing to email...
Absolutely agreed. Thus I am leaving this one open.
https://github.com/stoplightio/elements/pull/983/files Here is an example of adding a sec scheme support. WARNING! This is a more involved, complex issue. If you decide that you are brave enough, give me a...
The same applies for heatmap - #372 It's scroller ant its mask of course. ;)
In RequestSamples we are using "persisted atoms" - https://github.com/stoplightio/elements/blob/main/packages/elements-core/src/components/RequestSamples/RequestSamples.tsx#L22 This is a custom wrapper - https://github.com/stoplightio/elements/blob/0eceb91e2d786d1c35d9cf632ab74c7efc1b119c/packages/elements-core/src/utils/jotai/persistAtom.ts#L4 - for a jotai library - https://github.com/pmndrs/jotai