mercteil

Results 4 issues of mercteil

(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html) Please answer the questions the best you can: 1)...

I see some fields are not supported by the lib. Is it possible to add custom LD data objects, that will not be validated by the lib?

needs more info
feature request

Are there any plans to refactor the package to use functional components or safe lifecycle methods ?

React 18, Nextjs 12.3 ```javascript import Steps from 'rc-steps'; import 'rc-steps/assets/index.css'; const { Step } = Steps; const Tracking = () => { const [current, setCurrent] = useState(0); const onChange...