smallcloudai / refact-chat-js

Shared chat code for all IDEs
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Fix tip of the day double next #188

Closed MarcMcIntosh closed 2 weeks ago

MarcMcIntosh commented 2 weeks ago

Tip of the day double next call

Description

Next was being called when the Tip of the day component mounts, causing it to change it's children and remount.

The cases for incrementing the tip have been added to some middleware.

Type of change

How to Test

Screenshots (if applicable)

Checklist

Linked Issues

Additional Notes