Maksim Markelov

Results 71 comments of Maksim Markelov

Not sure that it possible now. @mxschmitt am i right? There is an opened `playwright` issue about this: https://github.com/microsoft/playwright/issues/4131

I'm not sure that i understood this issue correctly. Why can't you use it like this? https://github.com/playwright-community/jest-playwright/discussions/664

I understood the problem. It was kind of trick from `jest-puppeteer` to make some login stuff in `globalSetup`, but this trick working well with one browser. I made some investigation...

@meicx @mparker11 as it is not implemented now. I can advice you some workaround - it is very bad solution :( ```javascript componentDidMount() { // Very bad // Find start...

I worked on this issue, here is my [branch](https://github.com/mmarkelov/react-dates/tree/Changing_Calendar_Logic). But I'm not sure that it is universal and clear solution. It just more difficult then just change something in https://github.com/airbnb/react-dates/blob/master/src/utils/getCalendarMonthWeeks.js,...

@kamarajuPrathi you can use **CalendarDay__today** class name https://github.com/airbnb/react-dates/issues/1423 ```css .CalendarDay__today { /*Your styles here*/ ... } ```

@lainermeister for me setting **horizontalMonthPadding** to negative is OK, I can add PR to fix prop types failing

@dimalakh @Cr0cky @MFry You should manually add to you css: ```css html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } ``` Note: This component assumes **box-sizing: border-box**...

@kevin-mendez-vacasa your code representation will be very useful

@meness hmm... Looks strange. I just can't see https://github.com/airbnb/react-dates/pull/1927 in prod build. Seems like that **[email protected]** was published without it