Mikk Pokk

Results 35 comments of Mikk Pokk

This ticket needs to be high priority already. Very many packages are migrated to postcss 8 but **babel-plugin-react-css-modules** are the one which resists to apply those upgrades. Because of that,...

@uwuru File `/integration/action-test.ts` on line 73 you should modify action behaviour to respond with status code 500 when the action fails on some reason. Removing `throw error;` from the file...

Installing package is one thing, it's possible with a yarn or using flags --force / --legacy-peer-deps with a npm. Bigger problem is that package is not fixed to accept fixes...

Same issue with Remix, realtime events dropped over 90% after migrating Partytown. All my events from desktop come through but from iOS GA4 does not show most of the realtime...

Just want to inform the problem still exists and it is not related to prisma. It's related to `` component and it's conflict with React's `` component.

@gforro Unfortunately, I didn't had chance to dig deeper and I wrote my own hook instead to resolve the issue in my project. Usage inside component: ```tsx ... const [deferred_data,...

@jacobworrel I opened PR which solves the issue.

Who ever lands here and PR is still not merged, feel free to use my forked branch instead. `` npm install github:mikkpokk/react-windowed-select#main --save ``

Usage stays the same. You can use it as: ```jsx {({ref, open}) => { return ( ) }} ``` OR ```jsx {({ref, open}) => { return ( { // localCallback(node)...

pages/deploy check failed due to permissions error. Please review.