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: correctly get and set top level contentType property #625

Merged
merged 6 commits into from
Apr 16, 2024

Conversation

SimenB
Copy link
Collaborator

@SimenB SimenB commented Apr 16, 2024

It currently just reads the default prop, and then no longer affect or reflect reality

@@ -7,11 +7,18 @@

exports.register = require('./lib/registry').globalRegistry;
exports.Registry = require('./lib/registry');
exports.contentType = require('./lib/registry').globalRegistry.contentType;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this into getter/setter is the fix (first commit of PR)

@SimenB SimenB merged commit 61be53c into master Apr 16, 2024
14 checks passed
@SimenB SimenB deleted the fix-setting-content-type branch April 16, 2024 06:10
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.

None yet

1 participant