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 reactive html issues #6358

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Fix reactive html issues #6358

merged 1 commit into from
Feb 18, 2024

Conversation

MarcSkovMadsen
Copy link
Collaborator

A few things in Panel has changed since I contributed the ReactiveHTML guides. This PR handles the changes.

Example issue

image

object = param.Parameter()

_ignored_refs = ("object",)
object = param.Parameter(allow_refs=False)
Copy link
Member

Choose a reason for hiding this comment

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

Wonder if we should set it to False by default for custom components.

Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0980fa4) 83.64% compared to head (6d56a2f) 39.67%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #6358       +/-   ##
===========================================
- Coverage   83.64%   39.67%   -43.98%     
===========================================
  Files         305      305               
  Lines       45547    45533       -14     
===========================================
- Hits        38099    18063    -20036     
- Misses       7448    27470    +20022     
Flag Coverage Δ
ui-tests 39.67% <ø> (+0.02%) ⬆️
unitexamples-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 508b23e into main Feb 18, 2024
8 of 9 checks passed
@philippjfr philippjfr deleted the fix/reactivehtml branch February 18, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants