Skip to content

Conversation

@bqrkhn
Copy link

@bqrkhn bqrkhn commented Aug 17, 2023

Solved this: #19

Also upgrades react-admin to latest minor version upgrade

jsonString = false,
reactJsonOptions = {},
}) => {
const record = useRecordContext();
Copy link

Choose a reason for hiding this comment

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

all components use a pattern

const record = useRecordContext(props);

this allows passing record={{override: ...}} with <FunctionField> this enabled pretty much any type of transformation

get(record, source) doesn't compose with jsonString being done a line below

anyway this seems like a dead repo :/

@fkowal
Copy link

fkowal commented Jun 18, 2024

@MrHertal ping

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.

2 participants