Dušan

Results 3 comments of Dušan

Workaround I found (from https://github.com/shakacode/react_on_rails/issues/1508) ```js const debouncedHandlerForNodes = debounce(() => { const nodes = document.querySelectorAll("[data-signal-react-rerender]"); if (nodes.length) { ReactOnRails.reactOnRailsPageLoaded(); nodes.forEach((each) => each.remove()); } }, 100); document.addEventListener("turbo:before-stream-render", function () {...

@justin808 Here it is https://github.com/uvera/React-on-rails-turbo-js-bug-reproduction Please check out https://github.com/uvera/React-on-rails-turbo-js-bug-reproduction/blob/main/app/javascript/packs/application-bundle.js and when running server `http://localhost:3000/cars/new` React component does not get rendered after form submission and turbo rerender.

Hello. I'm getting the same error. log here: https://termbin.com/orilj logs spoiler ```=== START CALAMARES 3.2.61 2022-11-23 - 14:21:25 [6]: void CalamaresApplication::init() Calamares version: 3.2.61 2022-11-23 - 14:21:25 [6]: .. languages:...