You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project it was observed that at times this line in Greenwood would fail in this project
TypeError: Cannot read properties of null (reading 'rawAttrs')
at getAppLayout (file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@[email protected]_patch_hash=pkl2llrpdlpyhjjur27kchnsuq/node_modules/@greenwood/cli/src/lib/layout-utils.js:221:66)
at async StandardHtmlResource.serve (file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@[email protected]_patch_hash=pkl2llrpdlpyhjjur27kchnsuq/node_modules/@greenwood/cli/src/plugins/resource/plugin-standard-html.js:125:12)
at async file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@[email protected]_patch_hash=pkl2llrpdlpyhjjur27kchnsuq/node_modules/@greenwood/cli/src/lifecycles/serve.js:69:27
at async file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@[email protected]_patch_hash=pkl2llrpdlpyhjjur27kchnsuq/node_modules/@greenwood/cli/src/lifecycles/serve.js:55:5
Details
Not really sure why so will need to play around with exactly why to find a reproduction case, but this simple fix seemed to work at least
thescientist13
changed the title
getting a _Cannot read properties of null (reading 'rawAttrs')_ error
getting a Cannot read properties of null (reading 'rawAttrs') error
Dec 21, 2024
Type of Change
Bug
Summary
In this project it was observed that at times this line in Greenwood would fail in this project
Details
Not really sure why so will need to play around with exactly why to find a reproduction case, but this simple fix seemed to work at least
All the pages in question seemed to have an
<html>
tag though?The text was updated successfully, but these errors were encountered: