The Gumroad case throws this error on creator profile pages.
Uncaught (in promise) TypeError: can't access property "textContent", document.querySelector(...) is null
Gumroad migrated their profile pages from React on Rails to Inertia.js. The old selector .js-react-on-rails-component[data-component-name='Profile'] no longer exists.
It's in <div id="app" data-page="..."> as a JSON object. The external_id is at props.creator_profile.external_id.
The Gumroad case throws this error on creator profile pages.
Uncaught (in promise) TypeError: can't access property "textContent", document.querySelector(...) is nullGumroad migrated their profile pages from React on Rails to Inertia.js. The old selector
.js-react-on-rails-component[data-component-name='Profile'] no longer exists.It's in
<div id="app" data-page="...">as a JSON object. The external_id is atprops.creator_profile.external_id.