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

Use instanceof helpers for Item and Quantity class instead of instanceof #365

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

florian-h05
Copy link
Contributor

This avoids issues with the webpacked version, where instanceof does not work for openhab-js classes.

This avoids issues with the webpacked version, where instanceof does not work for openhab-js classes.

Signed-off-by: Florian Hotze <[email protected]>
@florian-h05 florian-h05 requested a review from a team as a code owner July 24, 2024 16:17
@florian-h05 florian-h05 added the enhancement New feature or request label Jul 24, 2024
@florian-h05 florian-h05 added this to the to be released milestone Jul 24, 2024
@florian-h05 florian-h05 merged commit 41ec164 into openhab:main Jul 24, 2024
4 checks passed
@florian-h05 florian-h05 deleted the instanceof-jstype branch July 24, 2024 16:19
@florian-h05 florian-h05 added bug Something isn't working and removed enhancement New feature or request labels Jul 24, 2024
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