got an error in nextjs 13.4.4:TypeError: Cannot read properties of undefined (reading '$_root')
- Dominant language
- JavaScript
- Stars
- 21.2k
- Forks
- 1.5k
- Avg merge
- 4h 57m
- Merged PRs (30d)
- 14
Description
#### Support plan
* *is this issue currently blocking your project?* (yes/no):yes
* *is this issue affecting a production system?* (yes/no):yes
#### Context
* *node version*: 18.15.0
* *module version with issue*: 17.9.2
* *last module version without issue*: 17.9.2
* *environment* (e.g. node, browser, native): nextjs
* *used with* (e.g. hapi application, another framework, standalone, ...):
* *any other relevant information*:
#### What are you trying to achieve or the steps to reproduce?
fix error
```js
const some = 'properly formatted code example';
```
#### What was the result you got?
TypeError: Cannot read properties of undefined (reading '$_root')
#### What result did you expect?
no error
Contributor guide
Assessment
This issue has not been assessed yet.