Skip to content

Commit

Permalink
use klonaJSON instead of klona
Browse files Browse the repository at this point in the history
  • Loading branch information
dvj1988 committed Dec 12, 2024
1 parent 9a7150f commit 9d770d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/workers/common/DataTreeEvaluator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ export default class DataTreeEvaluator {
WorkerEnv.flags.release_evaluation_scope_cache &&
evalContextCache
) {
set(evalContextCache, fullPropertyPath, klona(parsedValue));
set(evalContextCache, fullPropertyPath, klonaJSON(parsedValue));
}

staleMetaIds = staleMetaIds.concat(
Expand Down

0 comments on commit 9d770d9

Please sign in to comment.