Page 1 of 1

Stepper error on mounted tabIndex null

Posted: 13 Mar 2023, 15:06
by tbloss
Hi. I'm pretty new to Vue, My app is vue 3 with vite and primevue. When Create a new vue page and add the Stepper control I get the error below. I've tried everything I can think of.. I even copied the example for a Basic Stepper (https://primevue.org/steps][/https://primevue.org/steps]) from the Steps page. I'm assuming its an issue with my project or dependencies? I am using other Primevue controls with out issue.

Uncaught (in promise) TypeError: Cannot set properties of null (setting 'tabIndex')
at Proxy.mounted (steps.esm.js:27:19)
at runtime-core.esm-bundler.js:2757:40
at callWithErrorHandling (runtime-core.esm-bundler.js:173:22)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js:182:21)
at hook.__weh.hook.__weh (runtime-core.esm-bundler.js:2731:29)
at flushPostFlushCbs (runtime-core.esm-bundler.js:

Re: Stepper error on mounted tabIndex null

Posted: 17 Mar 2023, 16:58
by bahadirsofuoglu
Hi, Does your project have vue-router? If your items have 'to', this may be causing the problem.