Demyd
Demyd
@WanLinLin, @kirill-konshin, I still experience the issue with the two consecutive hydration actions when `reactStrictMode` is enabled. Am I right, that such behavior is expected?
Hey @WanLinLin, thanks for the suggestion. Indeed, it works. However, doesn't this option exist to detect some undesired side effects during development?
@Cup0fCoffee, I guess `xmodule/tests/test_files/test_tabseditingdescriptor.css` and `xmodule/tests/test_files/test_tabseditingdescriptor.scss` can be removed too, as they're used only in `xmodule/tests/test_editing_module.py`, which is being removed here.
@natabene, any news here?
@pkulkark, @gabor-boros, do we have any plans on this PR? Asking, because we carry it in our shared branch from a release to release.
@asadazam93, done.
Thank you for adding me to the triage group, @e0d. :slightly_smiling_face: >Looks like there are some failed tests, can you please have a look? Yep, the newer version, to which...
@ap-pjgr, it works if you pass both `access_token` and `id_token`. Tested with `dj-rest-auth==5.0.2` and `django-allauth==0.57.0`. See this piece of code (`id_token` is used only if `access_token` is present): https://github.com/iMerica/dj-rest-auth/blob/23f097cebcc8ecef886b2ac7869cc1d51f66f90e/dj_rest_auth/registration/serializers.py#L100-L154
@Agrendalath and @ormsbee, thank you for the review. I've modified the commit message and removed the management command.
Posting my findings here for now, will add the most important parts to the PR description later. Initial goal of this PR was to remove the compatibility code marked with...