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

Pcc 624 improvements to starterkits article page #101

Merged
merged 4 commits into from
Nov 6, 2023

Conversation

kevinstubbs
Copy link
Collaborator

  • Slightly improved types.
  • Remove unnecessary "useBaseSmartComponent" hook for resize events (for component preview).
  • Automatically delete the PCC-GRANT cookie if the cookie exists but for the wrong site id (developer QoL change).

@@ -10,6 +11,8 @@ export interface ApiRequest {
query: Record<string, string | string[]> & {
command: string | string[];
};

cookies?: Record<string, string | string[]>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

These aren't passed in by default in the Nuxt request object so I added a commit adding forwarding of the cookie object.

@kevinstubbs kevinstubbs merged commit 8c4d160 into main Nov 6, 2023
0 of 2 checks passed
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.

2 participants