LuxBug
Results
2
issues of
LuxBug
When i use dj role it just keeps sending errors
I just created a next app, installed mesh/core and mesh/next Next (14.2.13) Next config: ```ts const nextConfig = { experimental: { serverComponentsExternalPackages: [ "@meshsdk/core", "@meshsdk/core-cst", "@meshsdk/react", ], }, reactStrictMode: true,...