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
Hello, we are seeing this error in our bug tracking software. I have not managed to reproduce it, but it is happening fairly frequently, all on Safari/Mobile Chrome iOS (all webkit).
The turbo version is 8.0.5
TypeError undefined is not an object (evaluating 'this.delegate.connect')
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:138:18 connectedCallback
[native code] appendChild
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1875:33 renderElement
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1902:23 loadFrameElement
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1891:11
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1717:10
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1721:2 preservingPermanentElements
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1814:44
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1817:2 preservingPermanentElements
../../../node_modules/@hotwired/turbo/dist/turbo.es2017-esm.js:1890:9
I can't understand how it is possible as connectedCallback is being called on a FrameElement and the delegate is undefined, suggesting connectedCallback is being called before constructor. Does anyone have any ideas?
The text was updated successfully, but these errors were encountered:
Hello, we are seeing this error in our bug tracking software. I have not managed to reproduce it, but it is happening fairly frequently, all on Safari/Mobile Chrome iOS (all webkit).
The turbo version is 8.0.5
I can't understand how it is possible as connectedCallback is being called on a FrameElement and the delegate is undefined, suggesting
connectedCallback
is being called beforeconstructor
. Does anyone have any ideas?The text was updated successfully, but these errors were encountered: