Evan Rusmisel
Evan Rusmisel
For anyone else dealing with this who's ruled out SSR or conditional rendering as their problem: Because rbdnd queries the dom in a `useEffect` when mounting the `DragDropContext` component, you...
@edwards-afterpay This isn't a problem with `react2angular`. To quote the error: "`React.createElement: type is invalid...Did you accidentally export a JSX literal instead of a component?`" The problem is that `Profile`...
Non-issue. From typescript docs: 'Note that the "typings" field is synonymous with "types", and could be used as well.' https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package