Skip to content
#

reason-react

Here are 282 public repositories matching this topic...

pupilfirst
developedBySJ
developedBySJ commented Jun 9, 2022

Describe the bug
The Course export card UI is broken if tags are included.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Admin
  2. Click on Course then select the course
  3. Click on Create New Exports
  4. Add multiple tags and click on exports

Expected behavior
The download button should be placed properly

Screenshots
![image](https://user-images.githubus

bug good first issue
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

good first issue

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