-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add new lines and links to events calendar #596
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wanted to comment that I appreciate the usage of DOMPurify. 😎
* refactored usage of isomorphic-dompurify into getStaticProps context * updated some dependency management * updated next.config.js to contain webpack config for DOMPurify dependencies in server-side rendering
Quick update. @Amyh11325 reached out to me and looped me in some of the issues with |
cb2f917
to
7dd04db
Compare
083e682
to
0f13ccd
Compare
@ArshMalik02 Some of these action failures I don't think I can debug unless I get access to the Netlify console. The public details from the logs are not very helpful. |
What
Make new lines and links show up on events calendar.
How
Run dompurify on user input from Google sheets to remove dangerous inputs
Wrap links with tags and replace new lines with
Use setDangerouslyInnerHtml to set description content
Test
npm start