Skip to content

Commit

Permalink
Merge pull request #232
Browse files Browse the repository at this point in the history
Prevent dependency on crypto to render JSchema component
  • Loading branch information
rkpasia authored Jun 28, 2023
2 parents 0870210 + 1d6a519 commit fc56b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export let schemaProperty = undefined;
const key = crypto.randomUUID();
const key = schemaProperty.key;
</script>

Expand Down

0 comments on commit fc56b5e

Please sign in to comment.