Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate double rendering, refactor organization endpoint #205

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

liberty-rising
Copy link
Owner

Closes #203

React.StrictMode is a wrapper component that checks for potential problems in the app during development.
It intentionally double-invokes certain methods (including render methods) to help detect side-effects.
This double-invocation only happens in development mode, not in production.

@liberty-rising liberty-rising added the bug Something isn't working label Jan 16, 2024
@liberty-rising liberty-rising added this to the v0.1.1 milestone Jan 16, 2024
@liberty-rising liberty-rising self-assigned this Jan 16, 2024
@liberty-rising liberty-rising merged commit 3a1c425 into dev Jan 16, 2024
1 check passed
@liberty-rising liberty-rising deleted the double-rendering branch January 16, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant