SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
147 stars 39 forks source link

use acl:default when writing ACL, not the depcrecated acl:defaultForNew #449

Closed angelo-v closed 2 years ago

angelo-v commented 2 years ago

use of defaultForNew is deprecated and caused trouble on CSS

angelo-v commented 2 years ago

wanted to change options.defaultForNew to options.default but not sure where it is used

I thought about this as well and discarded it for the same reason (at least for now)

resolved the failing build with solid-logic@1.3.9

great, thank!