refactor: remove the visibility property from documents and pages#1511
refactor: remove the visibility property from documents and pages#1511
Conversation
🦋 Changeset detectedLatest commit: 589034c The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
ragi96
left a comment
There was a problem hiding this comment.
This is a breaking change please do it on the dev branch (we then just need to think about how we wanna map that, for v3)
@ragi96 Is it? The value is never populated and is always |
Really? 😆 |




Removing the
visibilityproperty fromDocumentandDocumentPage. As the property is never actually returned from our APIs, it is alwaysundefinedand we do not have any use case for it at the moment. This also removes a lie from our type definitions :-)