fix: adds tslib deps to fix the error of it not being found when impo…#643
Conversation
|
@HeVictor I could be wrong, but as far as I can see—this fix wouldn't help with the original issue. |
…resolve tslib not found error
5db93c2 to
883efe6
Compare
|
@LukasTy Thanks for the tip, I have amended the PR to add it in the |
|
I'm also concerned with having the need for I did this PR a while back: mui/mui-x#832. |
|
Do we think the best course of action is to just try and remove the |

…rting date-io libs
Resolves #248
Just want to make sure that I should be adding this dependency to the root and not within the
hijripackage where the error has been occurring in this CodeSandbox demo?On an additional note I share the sentiment from #641 that perhaps it might be better for some of the deps such as
typescriptandts-jestto be moved into devDependencies eventually which means thattslibcan also be moved into there as well. But hopefully this PR can fix the issue at hand for now