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

Fix: React HotgraphicPopup error for conditional id attribute #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielghost
Copy link
Contributor

Fixes #331.

Fix

  • React HotgraphicPopup error for conditional id attribute.

@danielghost danielghost self-assigned this Nov 18, 2024
Copy link
Contributor

@kirsty-hames kirsty-hames left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor eslint comment but fix confirmed 👍

@@ -50,7 +50,7 @@ export default function HotgraphicPopup(props) {

{title &&
<div
id={_isActive && 'notify-heading'}
id={_isActive ? 'notify-heading': null}
Copy link
Contributor

@kirsty-hames kirsty-hames Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a space before :.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Needs Reviewing
Development

Successfully merging this pull request may close these issues.

React HotgraphicPopup error
3 participants