Roman Stetsyk
Roman Stetsyk
Any chance this will be merged soon?
@alonshmiel You're probably right. Thanks for the suggestion!
Sourse: [https://mongoosejs.com/docs/migrating_to_6.html#no-more-deprecation-warning-options](https://mongoosejs.com/docs/migrating_to_6.html#no-more-deprecation-warning-options)
Hi @intelagense, can I take this issue?
While working on this, I found the following bug in the event form where date validation is not triggered: https://github.com/Together-100Devs/Together/assets/25715951/88b4cf19-b8f8-4a5b-b222-8edc450f7153 Should we create a separate issue for it and reset...
This will also allow `ls-lint` to be used as a pre-commit hook.
@intelagense, it's definitely a bug. Nice catch!
@loeffel-io, I use `[email protected]` as a command in `lint-staged`, and it works, but it lints all the files. After upgrading to `v2.3.0-beta.1`, it no longer throws errors from `lint-staged`, but...
Hi @ndrsn, thanks for your reply! This is something similar I came up with. However, I created a `ref` in a parent component and used `forwardRef` to access the grid's...
Is there any way to use `node_modules/canvas-datagrid/dist/types.d.ts`? Or should I create an interface for `props` by manually copying data from that file?