You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this has been solved by adjusting the typescript npm version identifier to ~2.2.0 which will prevent 2.3.x from being pulled in which is causing the issue. typescript has officially stated that they do not support semver strictly and that breaking changes may occur in minor version bumps.
this version introduces some typing for children which seems to break components that have a children typing defined.
The text was updated successfully, but these errors were encountered: