Skip to content

Anytime Mortar updates a property on an object for internal use, the key should obscure to not conflict with user data #11

@Kyle-Mendes

Description

@Kyle-Mendes

For example: https://github.com/fuzz-productions/Mortar-JS/blob/dev/lib/components/visualization/tables/Row.js#L339-L342

Here, I'm adding a selected key to the data being passed into the table data. This should ideally be something like mortar-table-selected or something. If the user already has a selected property on their data, we'd be overwriting that value, and probably in a way they don't want / intend.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions