Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge main #6457

Merged
merged 5 commits into from
Jun 7, 2024
Merged

chore: merge main #6457

merged 5 commits into from
Jun 7, 2024

Conversation

wmertens
Copy link
Member

@wmertens wmertens commented Jun 4, 2024

No description provided.

@wmertens wmertens requested review from a team as code owners June 4, 2024 21:16
Copy link

cloudflare-workers-and-pages bot commented Jun 4, 2024

Deploying qwik-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7e3ace3
Status:🚫  Build failed.

View logs

@@ -273,7 +273,8 @@ export const zod$ = /*#__PURE__*/ implicit$FirstArg(zodQrl) as ZodConstructor;
const deepFreeze = (obj: any) => {
Object.getOwnPropertyNames(obj).forEach((prop) => {
const value = obj[prop];
if (value && typeof value === 'object') {
// we assume that a frozen object is a circular reference and fully deep frozen
if (value && typeof value === 'object' && !Object.isFrozen(value)) {
Copy link
Member

Choose a reason for hiding this comment

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

oh good catch

@wmertens wmertens merged commit 078621b into build/v2 Jun 7, 2024
20 of 21 checks passed
@wmertens wmertens deleted the merge-main branch June 7, 2024 06:09
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.

3 participants