Mario-Eis

Results 3 issues of Mario-Eis

Consider the following query: ``` INSERT INTO courses (id, name, institution_id) VALUES (nextval('course_id'), 'test', 123); SELECT courses.id, courses.name, institutions.name AS "institution_name" FROM courses JOIN institutions ON courses.institution_id = institutions.id WHERE...

question
not a bug

I am currently facing a bad bug in our application that can be traced back to dnd-kit. Under several circumstances, the auto scroll feature goes completely nuts. It just scrolls...

### Version Number 7.67.0 ### Codesandbox/Expo snack https://codesandbox.io/p/devbox/nifty-lumiere-5jnwkg?workspaceId=ws_Q8FtixA3WEZW4dYkGFmhL2 ### Steps to reproduce 1. Go to provided code sandbox 2. Click on 'submit' ### Expected behaviour The focus should be set...