Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2023-07-11 18:23:41 -07:00
commit f90631b3fb
8 changed files with 83 additions and 70 deletions

View file

@ -33,6 +33,7 @@ export function TestConsole() {
booleanError: 'true',
time: new Date(),
number: 1,
number2: Math.random() * 100,
time2: new Date().toISOString(),
nested: {
test: 'test-data',