jetsai
jetsai
I found that although I set sqlalchemy_session_persistence = "commit" in my BaseFactory, factory_boy doesn't commit changes after executing post_generation wrapped method. I have to commit changes in the end by...
any workarounds on this? This is a serious bug. 😢 I get this error with version ^6.5.12  My code: 
I found that with `@storybook/builder-vite`, the default vite config has some react plugins  So I removed these plugin and restarted, the canvas page work. ```ts async viteFinal(config) { const...
 `Type '{ onClick: () => boolean; }' is not assignable to type 'IntrinsicAttributes & Partial ... ` Manually adding `HTMLAttributes` to merge into `Props` is a bit burdensome. It...
Any update on this MR?