fix: transpile SDK workspace packages; fix Nav hydration mismatch
This commit is contained in:
@@ -2,7 +2,7 @@ import type { NextConfig } from 'next'
|
||||
|
||||
const config: NextConfig = {
|
||||
reactStrictMode: true,
|
||||
transpilePackages: ['@solana/connector'],
|
||||
transpilePackages: ['@solana/connector', '@solisting/sdk', '@descro/sdk'],
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user