-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
This is related to #181 which is closed.
We are running into increasingly show-stopping issues as we scale up our codebase, where next-rest-framework generate or next-rest-framework validate break if they touch any file which doest import { cache } from "react" and calls it to wrap a function.
We've had to resort to dynamic imports to avoid the problem, but that leads to strange behavior like next-rest-framework generate hanging. It's very time-consuming and difficult to debug this.
React.cache is a very useful and common tool. Is there any possibility of next-rest-framework tolerating its use? Is there any better workaround that can be suggested?
Metadata
Metadata
Assignees
Labels
No labels