-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Rollup Version
2.74.0
Operating System (or Browser)
macos
Node Version (if applicable)
No response
Link To Reproduction
Expected Behaviour
In the repro, the line:
return (type, detail, { cancelable = false } = {}) => {
The third parameter should be left as is.
Actual Behaviour
Rollup compiles the line to
return (type, detail, { cancelable }) => {
causing runtime errors, e.g. sveltejs/kit#4988
Reactions are currently unavailable