Appsilon / shiny.react

Use React in Shiny applications.
https://appsilon.github.io/shiny.react
GNU Lesser General Public License v3.0
96 stars 12 forks source link

[Bugfix #59] `yarn webpack` works in `liquid` tutorial #60

Closed pawelchabros closed 1 year ago

pawelchabros commented 1 year ago

In "Porting Liquid Oxygen to Shiny" tutorial rule resolve.fullySpecified = false has been added to fix yarn webpack error.

pawelchabros commented 1 year ago

This doesn't fully fix the problem. Components doesn't work correctly in Shiny due to some changes in liquid library:

image