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
Describe the bug
This library's runtime code contains references to @babel/runtime, but @babel/runtime is only listed under devDependencies; this causes Cannot find module '@babel/runtime/helpers/interopRequireDefault' errors in strict environments like Yarn Plug'n'Play.
Describe the bug
This library's runtime code contains references to
@babel/runtime
, but@babel/runtime
is only listed underdevDependencies
; this causesCannot find module '@babel/runtime/helpers/interopRequireDefault'
errors in strict environments like Yarn Plug'n'Play.To Reproduce
yarn set version berry
yarn config nodeLinker pnp
yarn add @react-awesome-query-builder/core
yarn node -e "require('@react-awesome-query-builder/core')"
Expected behavior
No error
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: