Skip to content
#

reason-react

Here are 302 public repositories matching this topic...

pupilfirst
MuratDoganer
MuratDoganer commented Sep 24, 2020

Describe the bug
When all milestone targets have been completed and the reviewed targets have passing grades, the certificate does not auto-issue. You can see the completion of the course when you click on the students profile - which confirms passing grade and all milestones being completed

To Reproduce
Steps to reproduce the behavior:

  1. Create a course with 2 levels, 1st level a m
glennsl
glennsl commented Nov 15, 2019

Calls to dispatch currently results in deferred execution of the reducer and does not guarantee that messages are processed in the order they were dispatched. This can cause subtle bugs when the reducer has side-effects that depend on ordering.

I understand the motivation for this is to have potentially blocking calls in the reducer not block the UI thread. As I understand it, the deferred

Improve this page

Add a description, image, and links to the reason-react topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reason-react topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.