Skip to content

Commit efc8251

Browse files
added comment
1 parent 17cec37 commit efc8251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/App.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ const DnDFlow = () => {
156156

157157
// Fetch default values for this node type
158158
let defaults = {};
159+
160+
// NOTE this slows things down
161+
// Consider caching these defaults
159162
try {
160163
defaults = await fetchDefaultValues(type);
161164
} catch (error) {

0 commit comments

Comments
 (0)