Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

NEXT-28963 - Fix data handling types #86

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

NiklasLimberg
Copy link
Contributor

Description

Vue 3 has a problem with anything but plain objects being used as reactive values.
Our current data handling solution uses custom proxies for nearly anything. Each entity is a custom proxy object, which Vue 3 highly misadvises to use. We need to discuss possible solutions.

Solution

Remove the private annotation on fields of the criteria class. This is unproblematic, as TypeScript didn't enforce the private declaration and fields could have been accessed and modified before.

@NiklasLimberg NiklasLimberg force-pushed the next-28963/fix-data-handling-types branch from e989651 to acf2e8f Compare July 6, 2023 10:03
@NiklasLimberg NiklasLimberg self-assigned this Jul 6, 2023
@jleifeld jleifeld merged commit 27370e3 into main Jul 6, 2023
6 checks passed
@jleifeld jleifeld deleted the next-28963/fix-data-handling-types branch July 6, 2023 12:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants