React or Next.js build gives error for custom implementation
To Reproduce Steps to reproduce the behavior:
-
Go to create a next.js project with typescript
-
implement custom implementation
package.json : "react-abac": "^0.1.13",

-
run next build.
-
See error
Attempted import error: 'create' is not exported from 'react-abac' (imported as 'create').
