singladno
Results
2
comments of
singladno
Still the same problem when having more than one instance on the page: `Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "input-mask" has already been used with this...
@RobinHerbots, in my components library I have a component which is a hoc for inputmask: ``` import React, { FC, useEffect, useRef } from 'react'; import { FormikValues } from...