React.NET icon indicating copy to clipboard operation
React.NET copied to clipboard

unable to ignore react classes which only needed to be rendered on client

Open saikrishnaakula opened this issue 5 years ago • 0 comments

I'm using these library versions:

  • ReactJS.NET: 5.2.7
  • JavaScriptEngineSwitcher:3.5.5
  • react and react-dom: 16.13.1
  • webpack: 4.43.0
  • node: 12.18.2

Runtime environment:

  • OS: Windows 64bit
  • .NET Framework : 4.7.2

Steps to reproduce

included react-select library and used it, got error document undefined.

do we have have any feature like no-ssr

https://nuxtjs.org/api/components-client-only/

saikrishnaakula avatar Sep 11 '20 13:09 saikrishnaakula