Landon
Landon
@michaelcuneo 's solution worked for me. Thanks :)
I don't know this is the best way but checked https://stackoverflow.com/a/29393431/7770508 and then changed the method like this ``` @Override @SuppressWarnings("unchecked") protected JpaRepositoryImplementation getTargetRepository(RepositoryInformation information, EntityManager em) { return new...
@nschurmann's solution works for me but I have type warnings like this. ``` console.error node_modules/fbjs/lib/warning.js:33 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function...