Denis Goncearuc

Results 7 comments of Denis Goncearuc

> I guess `maskChar={null}` should be used on v2. it got renamed to `maskPlaceholder={null}` on `3.0.0-alpha.0` Yes, but `maskPlaceholder={null}` on `3.0.0-alpha.0` doesn't work, at least in my case (maybe I...

> drewbitt Having the same issue

Have the same issue. Downgrading did not helped. `The requested module '/node_modules/react-dom/server.browser.js?v=cf590c50' does not provide an export named 'renderToString' SyntaxError: The requested module '/node_modules/react-dom/server.browser.js?v=cf590c50' does not provide an export named...

@wmertens Not sure if it's related to this ticket, because the error is different but it's still not working. I can create a new ticket if it's not related

Correct, qwik 1.7.0 and qwik-react 0.5. No more logs, besides 2 screenshots above. It's happening when I hover the react component. `export const QCounter = qwikify$(Counter, { eagerness: 'hover' });`

@wmertens Sure! Cold start -> hover the counter Failed to fetch dynamically imported module: http://localhost:5173/node_modules/@builder.io/qwik-react/lib/usewakeupsignal_activate_6lyztwgzxaa.js?_qrl_parent=index.qwik.mjs ```javascript [QWIK PLUGIN: 803] resolveId(102) Start /node_modules/@builder.io/qwik-react/lib/usewakeupsignal_activate_6lyztwgzxaa.js?_qrl_parent=index.qwik.mjs { from: '/Users/user/Documents/testing/qwik-react/index.html', for: 'client' } [QWIK PLUGIN:...

@wanjohiryan Can you try reload couple of times? For me mui slider starts to work after couple of reloads after hovering component. Yes it's not a solution but at least...