Császár Ákos
01/21/2024, 1:38 PMUncaught TypeError: Cannot read properties of undefined (reading 'z')
at Object.<anonymous> (ThreadLocal.kt:31:1)
at ThreadLocal.kt:31:1
at ./node_modules/akoskmm/packages/apilib/kotlin/apilib.js (ThreadLocal.kt:31:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./src/App.js (logo.svg:29:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
Looks like an issue with stately <http://localhost:3000/runner/work/Stately/Stately/stately-concurrency/src/jsMain/kotlin/co/touchlab/stately/concurrency/ThreadLocal.kt>
Artem Kobzar
01/21/2024, 5:01 PMCsászár Ákos
01/22/2024, 8:18 AMArtem Kobzar
01/22/2024, 8:45 AMandylamax
01/22/2024, 12:47 PMCsászár Ákos
01/25/2024, 2:31 PMjsBrowserProductionWebpack
task of the client module.
• I export the package to an npm registry
• If I import it to a js project (RockieHUN/thread_local_reproducer_js (github.com)) the application instant crashes with similar error.
bootstrap:27 Uncaught TypeError: Cannot read properties of undefined (reading 'a')
at Object.<anonymous> (index.js:7:1)
at index.js:7:1
at ./node_modules/threadlocalreproducer/packages/apilib/kotlin/apilib.js (index.js:7:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
at ./src/App.js (logo.svg:29:1)
at options.factory (react refresh:6:1)
at __webpack_require__ (bootstrap:24:1)
at fn (hot module replacement:62:1)
Császár Ákos
01/25/2024, 2:32 PMandylamax
01/25/2024, 2:48 PMandylamax
01/25/2024, 2:49 PMCsászár Ákos
01/25/2024, 8:43 PMCsászár Ákos
01/30/2024, 6:41 AM