cjg
cjg
`const [{ default: videojs }] =await Promise.all([ import("video.js"), import("video.js/dist/video-js.css"), ]);`
@nhedger When I cli the pnpm check `import a from ‘. /a"` wasn't deleted, but it was deleted when I saved it with cmd +s. https://github.com/user-attachments/assets/2049db6b-b63e-4a77-8058-2d7c41a572cc
@ujshaikh The expected behaviour is that the select component should behave the same way as the input component, when I click on the submit button, the action executes and then...
@Deba0099 I tried to setState the local state after the action is submitted, but the select component is still reset to the default value.