Skip to content

fix assertion failure in paper-item due to unhandled case when action… - #1353

Open
xud6 wants to merge 1 commit into
adopted-ember-addons:mainfrom
xud6:fix-paper-item
Open

fix assertion failure in paper-item due to unhandled case when action…#1353
xud6 wants to merge 1 commit into
adopted-ember-addons:mainfrom
xud6:fix-paper-item

Conversation

@xud6

@xud6 xud6 commented Jun 20, 2026

Copy link
Copy Markdown

Since v1.0.0-beta.39, moving the mouse over a paper-item throws an Uncaught Error: Assertion Failed. This happens because handleMouseEnter and handleMouseLeave are invoked without the correct this binding.

This behavior likely existed before v1.0.0-beta.39, but was previously masked by the action helper. Removing that helper caused the underlying issue to surface. This pull request adds a guard before calling invokeAction to prevent the error from being raised.

@netlify

netlify Bot commented Jun 20, 2026

Copy link
Copy Markdown

Deploy Preview for ember-paper ready!

Name Link
🔨 Latest commit 6d81963
🔍 Latest deploy log https://app.netlify.com/projects/ember-paper/deploys/6a369763a707640008fa2ab4
😎 Deploy Preview https://deploy-preview-1353--ember-paper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant