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
Uncaught Error: Module parse failed: The keyword 'interface' is reserved (3:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| 'use strict'
|
interface ISfCollectionConfig {
| collectionsSelector: string // Default: 'div[data-prototype]',
| entry: {
The text was updated successfully, but these errors were encountered:
Previous README mentioned the use of the JS not minify version: src/a2lix_sf_collection, and it was a mistake. This JS not minify version is not provided anymore.
See https://github.com/a2lix/symfony-collection#basic-use and the fixed mention dist/a2lix_sf_collection.min to use.
After upgrading from 0.5.2 to 0.6.1:
The text was updated successfully, but these errors were encountered: