Jordi Sala Morales
                                            Jordi Sala Morales
                                        
                                    The first option involves some / lot of classes, since there are multiple types related to "dates" The second option I like it, but I am not sure how to...
We have to make sure we remain compatible with both v1 and v2 of this bundle, but yes I think it can be done that way.
First part of the issue is solved (well we need to integrate it with AdminBundle). Now we need to merge to branch v2 and upgrade the library.
You can enable those checks one by one: ```json "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "strictBindCallApply": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true ``` Or with the strict flag: ```json...
we are only missing: ```json "noImplicitAny": true, ```
This PR became only the enable of: "react-hooks/exhaustive-deps": "error",
To be able to properly fix this: https://github.com/sonata-project/SonataPageBundle/issues/1495#issuecomment-1235626107 We will need to properly work with the errors. Currently there is no context on what field is generating the error. On...
wdyt @VincentLanglet ? Do you know any other solution for this?
I know that this needs probably to move some logic outside crud controller and test it and all, but does the code look good or should I find another way?...
This should be ready, have added tests, changelog and upgrade note. Also took care of all comments and tried the compat with page bundle. In the changelog and in the...