Skip to content

Commit

Permalink
Merge pull request #14232 from nejat-njonjo/fix/ssr-compatible
Browse files Browse the repository at this point in the history
FIX: Editor Module SSR Compatibility #8817
  • Loading branch information
cetincakiroglu committed Dec 6, 2023
2 parents d753dcc + 119a63a commit 9e9af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
Inject,
PLATFORM_ID
} from '@angular/core';
import { CommonModule, isPlatformBrowser } from '@angular/common';
import { isPlatformBrowser, CommonModule } from '@angular/common';
import { SharedModule, Header, PrimeTemplate } from 'primeng/api';
import { DomHandler } from 'primeng/dom';
import { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms';
Expand Down

1 comment on commit 9e9af34

@vercel
Copy link

@vercel vercel bot commented on 9e9af34 Dec 6, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

The value for maxDuration must be between 1 second and 10 seconds, in order to increase this limit upgrade your plan: https://vercel.com/pricing

Please sign in to comment.