You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Next.js is based on React, on theory, it should be possible to install the React package on a Next.js application. However, since there is no one single entry point in Next.js (index.js in React), the question becomes where to import the package: import { defineCustomElements } from '@infineon/infineon-design-system-react';
Investigate what is the right way to use the DDS with Next.js, and document it.
The text was updated successfully, but these errors were encountered:
Since Next.js is based on React, on theory, it should be possible to install the React package on a Next.js application. However, since there is no one single entry point in Next.js (index.js in React), the question becomes where to import the package:
import { defineCustomElements } from '@infineon/infineon-design-system-react';
Investigate what is the right way to use the DDS with Next.js, and document it.
The text was updated successfully, but these errors were encountered: