René's URL Explorer Experiment


Title: addEditableTags cannot convert undefined or null to object in getTag · Issue #193 · contentstack/contentstack-utils-javascript · GitHub

Open Graph Title: addEditableTags cannot convert undefined or null to object in getTag · Issue #193 · contentstack/contentstack-utils-javascript

X Title: addEditableTags cannot convert undefined or null to object in getTag · Issue #193 · contentstack/contentstack-utils-javascript

Description: 🐛 Bug: TypeError: Cannot convert undefined or null to object in getTag function Location: inside the getTag function Error message: TypeError: Cannot convert undefined or null to object at Function.entries () at getTag ... 💡 R...

Open Graph Description: 🐛 Bug: TypeError: Cannot convert undefined or null to object in getTag function Location: inside the getTag function Error message: TypeError: Cannot convert undefined or null to object at Function...

X Description: 🐛 Bug: TypeError: Cannot convert undefined or null to object in getTag function Location: inside the getTag function Error message: TypeError: Cannot convert undefined or null to object at Function...

Opengraph URL: https://github.com/contentstack/contentstack-utils-javascript/issues/193

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"addEditableTags cannot convert undefined or null to object in getTag","articleBody":"### 🐛 Bug: `TypeError: Cannot convert undefined or null to object` in `getTag` function\n\n**Location:**\ninside the [`getTag` function](https://github.com/contentstack/contentstack-utils-javascript/blob/master/src/entry-editable.ts#L65)\n\n**Error message:**\n\n```bash\nTypeError: Cannot convert undefined or null to object\n    at Function.entries (\u003canonymous\u003e)\n    at getTag\n    ...\n```\n\n---\n\n### 💡 Root Cause\n\nThis error occurs because the check `typeof obj === \"object\"` passes for `null`, which is a known JavaScript quirk (i.e., `typeof null === \"object\"` is true). This results in `Object.entries(null)` being called, which throws a `TypeError`.\n\n---\n\n### 🔍 Where it's happening\n\nIn the `getTag` function:\n\n```ts\nObject.entries(content).forEach(([key, value]) =\u003e {\n    ...\n})\n```\n\nIf `content` is `null`, this line throws because `Object.entries(null)` is invalid.\n\n---\n\n### ✅ Suggested Fix\n\nUpdate the type check before `Object.entries()` to explicitly guard against `null`:\n\n```ts\nif (content == null) {\n    return {};\n}\n```\n\n---\n\n### 🧪 How to Reproduce\n\nPass `null` as the `content` parameter to `getTag`:\n\n```ts\ngetTag(null, 'some.prefix', true, 'en-us', { ...appliedVariants });\n```\n\nThis will reliably produce the error.","author":{"url":"https://github.com/mccarthyk","@type":"Person","name":"mccarthyk"},"datePublished":"2025-10-18T14:17:05.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/193/contentstack-utils-javascript/issues/193"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:45efa2b0-b47d-d989-83a4-7fa89d5cd4e9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idED4C:2B5F45:5CCE0EC:7843F97:697E0C6F
html-safe-nonce628a28ed5237b815394d93dae4a18ad8a3565ae0edd079d2626e67ddd496d083
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDRDOjJCNUY0NTo1Q0NFMEVDOjc4NDNGOTc6Njk3RTBDNkYiLCJ2aXNpdG9yX2lkIjoiODU4OTUyNDU3OTAxMTkyMzA1NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb168d5d43904bc8e32919f449125a10d965a8199eb0887499a9a024144d6d5b2
hovercard-subject-tagissue:3528866747
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/contentstack/contentstack-utils-javascript/193/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9d25b13b6ffedeaabf66a0e4ca9a25b180ab48d3e8de1d3dc96d455098464e1e/contentstack/contentstack-utils-javascript/issues/193
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9d25b13b6ffedeaabf66a0e4ca9a25b180ab48d3e8de1d3dc96d455098464e1e/contentstack/contentstack-utils-javascript/issues/193
og:image:alt🐛 Bug: TypeError: Cannot convert undefined or null to object in getTag function Location: inside the getTag function Error message: TypeError: Cannot convert undefined or null to object at Function...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemccarthyk
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/contentstack/contentstack-utils-javascript git https://github.com/contentstack/contentstack-utils-javascript.git
octolytics-dimension-user_id24450751
octolytics-dimension-user_logincontentstack
octolytics-dimension-repository_id299595256
octolytics-dimension-repository_nwocontentstack/contentstack-utils-javascript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id299595256
octolytics-dimension-repository_network_root_nwocontentstack/contentstack-utils-javascript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/contentstack/contentstack-utils-javascript/issues/193#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcontentstack%2Fcontentstack-utils-javascript%2Fissues%2F193
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcontentstack%2Fcontentstack-utils-javascript%2Fissues%2F193
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=contentstack%2Fcontentstack-utils-javascript
Reloadhttps://github.com/contentstack/contentstack-utils-javascript/issues/193
Reloadhttps://github.com/contentstack/contentstack-utils-javascript/issues/193
Reloadhttps://github.com/contentstack/contentstack-utils-javascript/issues/193
contentstack https://github.com/contentstack
contentstack-utils-javascripthttps://github.com/contentstack/contentstack-utils-javascript
Notifications https://github.com/login?return_to=%2Fcontentstack%2Fcontentstack-utils-javascript
Fork 2 https://github.com/login?return_to=%2Fcontentstack%2Fcontentstack-utils-javascript
Star 5 https://github.com/login?return_to=%2Fcontentstack%2Fcontentstack-utils-javascript
Code https://github.com/contentstack/contentstack-utils-javascript
Issues 1 https://github.com/contentstack/contentstack-utils-javascript/issues
Pull requests 2 https://github.com/contentstack/contentstack-utils-javascript/pulls
Actions https://github.com/contentstack/contentstack-utils-javascript/actions
Projects 0 https://github.com/contentstack/contentstack-utils-javascript/projects
Security 0 https://github.com/contentstack/contentstack-utils-javascript/security
Insights https://github.com/contentstack/contentstack-utils-javascript/pulse
Code https://github.com/contentstack/contentstack-utils-javascript
Issues https://github.com/contentstack/contentstack-utils-javascript/issues
Pull requests https://github.com/contentstack/contentstack-utils-javascript/pulls
Actions https://github.com/contentstack/contentstack-utils-javascript/actions
Projects https://github.com/contentstack/contentstack-utils-javascript/projects
Security https://github.com/contentstack/contentstack-utils-javascript/security
Insights https://github.com/contentstack/contentstack-utils-javascript/pulse
New issuehttps://github.com/login?return_to=https://github.com/contentstack/contentstack-utils-javascript/issues/193
New issuehttps://github.com/login?return_to=https://github.com/contentstack/contentstack-utils-javascript/issues/193
addEditableTags cannot convert undefined or null to object in getTaghttps://github.com/contentstack/contentstack-utils-javascript/issues/193#top
https://github.com/mccarthyk
https://github.com/mccarthyk
mccarthykhttps://github.com/mccarthyk
on Oct 18, 2025https://github.com/contentstack/contentstack-utils-javascript/issues/193#issue-3528866747
getTag functionhttps://github.com/contentstack/contentstack-utils-javascript/blob/master/src/entry-editable.ts#L65
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.